Date: Friday, April 7, 2017 @ 14:44:12 Author: felixonmars Revision: 221222
upgpkg: haskell-aeson-compat 0.3.6-11 rebuild with primitive,0.6.2.0 vector,0.12.0.1 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-07 14:27:55 UTC (rev 221221) +++ PKGBUILD 2017-04-07 14:44:12 UTC (rev 221222) @@ -5,7 +5,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.6 -pkgrel=10 +pkgrel=11 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -20,6 +20,7 @@ prepare() { # nats is an empty package in new GHC sed -e '/nats/d' \ + -e 's/, vector >=0.10 && <0.12/, vector >=0.10 \&\& <0.13/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal }
