diff options
author | root <root@rshg054.dnsready.net> | 2012-09-10 00:03:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-10 00:03:51 +0000 |
commit | 2a4c41bf2946fad65b14cf1b4ea284ebce0f11f3 (patch) | |
tree | 851a0ed5423f6dad7e4b532c6a23f0eaf42aea9b /staging/haskell-random | |
parent | f393cb99c2cc66d9c323fae18bab2c0dd57ac41f (diff) |
Mon Sep 10 00:03:51 UTC 2012
Diffstat (limited to 'staging/haskell-random')
-rw-r--r-- | staging/haskell-random/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/haskell-random/PKGBUILD b/staging/haskell-random/PKGBUILD index 56b110289..07cc5e2c2 100644 --- a/staging/haskell-random/PKGBUILD +++ b/staging/haskell-random/PKGBUILD @@ -3,12 +3,12 @@ _hkgname=random pkgname=haskell-random pkgver=1.0.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A basic random number generation library" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.4.2-1' 'sh') +depends=('ghc=7.6.1-1' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538') |