Date: Monday, May 27, 2019 @ 11:08:19 Author: felixonmars Revision: 471286
upgpkg: haskell-aeson-compat 0.3.9-37 rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-27 11:04:32 UTC (rev 471285) +++ PKGBUILD 2019-05-27 11:08:19 UTC (rev 471286) @@ -4,7 +4,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.9 -pkgrel=36 +pkgrel=37 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' $_hkgname.cabal + sed -i -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' -e 's/< *2.13/<3/' $_hkgname.cabal } build() {
