Date: Monday, May 28, 2018 @ 09:05:55 Author: felixonmars Revision: 332315
upgpkg: haskell-aeson-compat 0.3.7.1-37 rebuild with exceptions 0.10.0 Modified: haskell-aeson-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-28 08:53:45 UTC (rev 332314) +++ PKGBUILD 2018-05-28 09:05:55 UTC (rev 332315) @@ -5,7 +5,7 @@ _hkgname=aeson-compat pkgname=haskell-aeson-compat pkgver=0.3.7.1 -pkgrel=36 +pkgrel=37 pkgdesc="Compatibility layer for aeson" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - sed -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -i $_hkgname.cabal + sed -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -e 's/<.*0.9/<1/' -i $_hkgname.cabal } build() {
