Date: Wednesday, October 17, 2018 @ 16:09:22 Author: felixonmars Revision: 395052
upgpkg: haskell-hakyll 4.12.4.0-43 rebuild with ghc 8.6.1 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-17 15:17:29 UTC (rev 395051) +++ PKGBUILD 2018-10-17 16:09:22 UTC (rev 395052) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=42 +pkgrel=43 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/<.*2.3/<3/' $_hkgname.cabal + sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' $_hkgname.cabal } build() {
