Date: Wednesday, May 20, 2020 @ 16:39:30 Author: felixonmars Revision: 630875
upgpkg: haskell-path-io 1.6.0-26: rebuild with path 0.7.1 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 16:38:38 UTC (rev 630874) +++ PKGBUILD 2020-05-20 16:39:30 UTC (rev 630875) @@ -5,7 +5,7 @@ _hkgname=path-io pkgname=haskell-path-io pkgver=1.6.0 -pkgrel=25 +pkgrel=26 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("BSD") @@ -27,7 +27,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-dev - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
