diff options
Diffstat (limited to 'community/haskell-random/PKGBUILD')
-rw-r--r-- | community/haskell-random/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-random/PKGBUILD b/community/haskell-random/PKGBUILD index ca36486f4..a7fef4db3 100644 --- a/community/haskell-random/PKGBUILD +++ b/community/haskell-random/PKGBUILD @@ -3,13 +3,13 @@ _hkgname=random pkgname=haskell-random pkgver=1.0.1.1 -pkgrel=7 +pkgrel=8 pkgdesc="random number library" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-2' 'sh') +depends=('ghc=7.8.3-1' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538') |