Date: Friday, March 4, 2011 @ 18:24:34 Author: remy Revision: 112447 upgpkg: haskell-hashed-storage 0.5.4-3.1 Rebuild for GHC 7.0.2
Modified: haskell-hashed-storage/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-04 23:18:35 UTC (rev 112446) +++ PKGBUILD 2011-03-04 23:24:34 UTC (rev 112447) @@ -4,12 +4,13 @@ _hkgname=hashed-storage pkgname=haskell-hashed-storage pkgver=0.5.4 -pkgrel=3 +pkgrel=3.1 pkgdesc="Hashed file storage support code." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.0.1' 'haskell-binary=0.5.0.2' 'haskell-mmap>=0.5' 'haskell-zlib=0.5.3.1' 'haskell-mtl=2.0.1.0' 'haskell-dataenc') +depends=('ghc=7.0.2' 'haskell-binary=0.5.0.2' 'haskell-mmap=0.5.7' + 'haskell-zlib=0.5.3.1' 'haskell-mtl=2.0.1.0' 'haskell-dataenc=0.13.0.4') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
