Date: Monday, March 30, 2015 @ 13:43:32 Author: spupykin Revision: 130271
upgpkg: haskell-hashtables 1.2.0.2-1 upd Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 11:43:27 UTC (rev 130270) +++ PKGBUILD 2015-03-30 11:43:32 UTC (rev 130271) @@ -1,6 +1,6 @@ _hkgname=hashtables pkgname=haskell-hashtables -pkgver=1.2.0.1 +pkgver=1.2.0.2 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.4' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') +depends=('ghc=7.10.1' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('2dde898f35dbd9d7d1e1fad8b68a22cb') +md5sums=('07670ca05f751c2dd17bcf81a205c3d7') build() { cd ${_hkgname}-${pkgver}
