Date: Monday, October 15, 2018 @ 14:18:11 Author: felixonmars Revision: 394169
upgpkg: haskell-resolv 0.1.1.1-15 rebuild with ghc 8.6.1 Modified: haskell-resolv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-15 14:18:00 UTC (rev 394168) +++ PKGBUILD 2018-10-15 14:18:11 UTC (rev 394169) @@ -3,7 +3,7 @@ _hkgname=resolv pkgname=haskell-resolv pkgver=0.1.1.1 -pkgrel=14 +pkgrel=15 pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library routines" url="https://github.com/hvr/resolv" license=('GPL') @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.12/<2/' -e 's/<.*0.10/<1/' $_hkgname.cabal + sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.12/<2/' -e 's/<.*0.10/<1/' -e 's/< *0.6/<1/' $_hkgname.cabal } build() {
