Date: Thursday, March 25, 2010 @ 18:04:10 Author: allan Revision: 73451
upgpkg: haskell-quickcheck 2.1.0.3-2 gmp rebuild Modified: haskell-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-25 21:58:22 UTC (rev 73450) +++ PKGBUILD 2010-03-25 22:04:10 UTC (rev 73451) @@ -2,12 +2,12 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=haskell-quickcheck pkgver=2.1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Automatic testing of Haskell programs" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/QuickCheck" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.1 sh) +depends=(ghc=6.12.1 haskell-mtl=1.1.0.2-3 sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/QuickCheck/$pkgver/QuickCheck-$pkgver.tar.gz) install=$pkgname.install
