Date: Wednesday, October 7, 2015 @ 03:14:32 Author: foutrelis Revision: 143150
GHC 7.10.2 rebuild Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:12:13 UTC (rev 143149) +++ PKGBUILD 2015-10-07 01:14:32 UTC (rev 143150) @@ -1,13 +1,13 @@ _hkgname=hashtables pkgname=haskell-hashtables pkgver=1.2.0.2 -pkgrel=4 +pkgrel=5 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.10.1' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') +depends=('ghc=7.10.2' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('07670ca05f751c2dd17bcf81a205c3d7')
