Date: Thursday, April 2, 2020 @ 14:17:50 Author: felixonmars Revision: 609579
upgpkg: haskell-hakyll 4.13.2.0-39: rebuild with QuickCheck 2.14 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-02 13:57:02 UTC (rev 609578) +++ PKGBUILD 2020-04-02 14:17:50 UTC (rev 609579) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.2.0 -pkgrel=38 +pkgrel=39 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *0.17/<1/' -e 's/< *3.3/<4/' $_hkgname.cabal + sed -i -e 's/< *0.17/<1/;s/< *3.3/<4/;s/< *2.14/<3/' $_hkgname.cabal } build() {
