Date: Wednesday, October 7, 2015 @ 03:11:30 Author: foutrelis Revision: 143147
GHC 7.10.2 rebuild Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:11:20 UTC (rev 143146) +++ PKGBUILD 2015-10-07 01:11:30 UTC (rev 143147) @@ -8,12 +8,12 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers pkgver=0.2.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.1" "haskell-hashable") +depends=("ghc=7.10.2" "haskell-hashable") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
