Date: Thursday, May 4, 2017 @ 03:54:53 Author: felixonmars Revision: 226726
upgpkg: haskell-aeson-compat 0.3.6-15 rebuild with aeson,1.1.2.0 purescript,0.11.4 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-04 03:51:30 UTC (rev 226725) +++ PKGBUILD 2017-05-04 03:54:53 UTC (rev 226726) @@ -5,7 +5,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.6 -pkgrel=14 +pkgrel=15 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -21,6 +21,7 @@ # nats is an empty package in new GHC sed -e '/nats/d' \ -e 's/, vector >=0.10 && <0.12/, vector >=0.10 \&\& <0.13/' \ + -e 's/, aeson >=0.7.0.6 && <1.1/, aeson >=0.7.0.6 \&\& <1.3/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal }
