Date: Friday, February 21, 2020 @ 00:50:20 Author: felixonmars Revision: 577462
upgpkg: haskell-path-io 1.4.2-59: rebuild with path 0.7.0 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-21 00:47:20 UTC (rev 577461) +++ PKGBUILD 2020-02-21 00:50:20 UTC (rev 577462) @@ -5,7 +5,7 @@ _hkgname=path-io pkgname=haskell-path-io pkgver=1.4.2 -pkgrel=58 +pkgrel=59 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *1.9/<2/' $_hkgname.cabal + sed -i -e 's/< *1.9/<2/' -e 's/< *0.7/<1/' $_hkgname.cabal } build() {
