Date: Saturday, April 25, 2020 @ 07:16:57 Author: felixonmars Revision: 619821
upgpkg: haskell-hakyll 4.13.3.0-7: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-25 05:27:47 UTC (rev 619820) +++ PKGBUILD 2020-04-25 07:16:57 UTC (rev 619821) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.3.0 -pkgrel=6 +pkgrel=7 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/< *2.14/<3/' $_hkgname.cabal + sed -i -e 's/< *2.1/<3/' $_hkgname.cabal } build() {
