Date: Friday, December 26, 2014 @ 10:25:22 Author: fyan Revision: 124612
upgpkg: haskell-hashable 1.2.3.1-1 ghc 7.8.4 rebuild Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-26 09:24:46 UTC (rev 124611) +++ PKGBUILD 2014-12-26 09:25:22 UTC (rev 124612) @@ -1,6 +1,6 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.2.2.0 +pkgver=1.2.3.1 pkgrel=1 pkgdesc="Mutable hash tables in the ST monad" url="http://hackage.haskell.org/package/${_hkgname}" @@ -7,10 +7,10 @@ license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.3' 'sh' 'haskell-text') +depends=('ghc=7.8.4' 'sh' 'haskell-text') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('74981d48572ef7a97fd70df54be29aae') +md5sums=('7a0540000e5717c0b089278f63c13ba0') build() { cd ${_hkgname}-${pkgver}
