Date: Tuesday, October 16, 2018 @ 18:06:24 Author: felixonmars Revision: 394731
upgpkg: haskell-haddock-library 1.6.0-19 rebuild with ghc 8.6.1 Modified: haskell-haddock-library/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 18:03:26 UTC (rev 394730) +++ PKGBUILD 2018-10-16 18:06:24 UTC (rev 394731) @@ -3,7 +3,7 @@ _hkgname=haddock-library pkgname=haskell-haddock-library pkgver=1.6.0 -pkgrel=18 +pkgrel=19 pkgdesc="A documentation-generation tool for Haskell libraries" url="https://www.haskell.org/haddock/" license=("custom:BSD3") @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/\^>=/>=/' $_hkgname.cabal + sed -i -e 's/\^>=/>=/' -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' $_hkgname.cabal } build() {
