Date: Sunday, January 17, 2016 @ 07:25:01 Author: fyan Revision: 157060
upgpkg: haskell-keys 3.11-1 Modified: haskell-keys/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-17 06:21:34 UTC (rev 157059) +++ PKGBUILD 2016-01-17 06:25:01 UTC (rev 157060) @@ -4,18 +4,19 @@ _hkgname=keys pkgname=haskell-keys -pkgver=3.10.2 -pkgrel=3 +pkgver=3.11 +pkgrel=1 pkgdesc="Keyed functors and containers" url="http://github.com/ekmett/keys/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=7.10.3" "haskell-comonad" "haskell-free" "haskell-hashable" - "haskell-semigroupoids" "haskell-semigroups" "haskell-unordered-containers") + "haskell-semigroupoids" "haskell-semigroups" "haskell-transformers-compat" + "haskell-unordered-containers") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('425f1ee508efd371220d2eae4d81be1423797968af2387a2a83b937fb186bef6') +sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
