diff options
Diffstat (limited to 'community/haskell-tf-random/PKGBUILD')
-rw-r--r-- | community/haskell-tf-random/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-tf-random/PKGBUILD b/community/haskell-tf-random/PKGBUILD index f88885b69..839305b78 100644 --- a/community/haskell-tf-random/PKGBUILD +++ b/community/haskell-tf-random/PKGBUILD @@ -4,12 +4,12 @@ _hkgname=tf-random pkgname=haskell-tf-random pkgver=0.4 -pkgrel=2 +pkgrel=3 pkgdesc='High-quality splittable pseudorandom number generator' url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc' 'haskell-random' 'haskell-primitive') +depends=('ghc=7.8.3-1' 'haskell-random' 'haskell-primitive') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=$pkgname.install options=('staticlibs') |