diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
commit | 29c4d88cb6f67caf6164909e0fe2185d46fc5093 (patch) | |
tree | fa25c2395883a60b0ce3cc3a87ddb2bc52e0bb6b /community/haskell-hashable/PKGBUILD | |
parent | e326eefd3e4853a3b36ef72eba0b21d21170de31 (diff) |
Sun Jul 20 04:10:18 UTC 2014
Diffstat (limited to 'community/haskell-hashable/PKGBUILD')
-rw-r--r-- | community/haskell-hashable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-hashable/PKGBUILD b/community/haskell-hashable/PKGBUILD index 2c54d01f3..93dd8c288 100644 --- a/community/haskell-hashable/PKGBUILD +++ b/community/haskell-hashable/PKGBUILD @@ -1,16 +1,16 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.2.1.0 +pkgver=1.2.2.0 pkgrel=1 pkgdesc="Mutable hash tables in the ST monad" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-2' 'sh' 'haskell-text') +depends=('ghc=7.8.3' 'sh' 'haskell-text') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('74f7cadb836e63f4d4b1a24be401228d') +md5sums=('74981d48572ef7a97fd70df54be29aae') build() { cd ${_hkgname}-${pkgver} |