Date: Monday, March 30, 2015 @ 13:43:15 Author: spupykin Revision: 130269
upgpkg: haskell-hashable 1.2.3.2-1 upd Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 11:43:12 UTC (rev 130268) +++ PKGBUILD 2015-03-30 11:43:15 UTC (rev 130269) @@ -1,16 +1,16 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.2.3.1 -pkgrel=2 +pkgver=1.2.3.2 +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.4' 'sh' 'haskell-text') +depends=('ghc=7.10.1' 'sh' 'haskell-text') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('7a0540000e5717c0b089278f63c13ba0') +md5sums=('3cf8bf29a809367c50bf116ecc1c3137') build() { cd ${_hkgname}-${pkgver}
