Date: Tuesday, May 19, 2020 @ 20:43:31 Author: felixonmars Revision: 630167
upgpkg: haskell-hxt 9.3.1.18-71: rebuild with tasty-golden 2.3.3.3 Modified: haskell-hxt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:42:08 UTC (rev 630166) +++ PKGBUILD 2020-05-19 20:43:31 UTC (rev 630167) @@ -3,7 +3,7 @@ _hkgname=hxt pkgname=haskell-hxt pkgver=9.3.1.18 -pkgrel=70 +pkgrel=71 pkgdesc="A collection of tools for processing XML with Haskell." url="https://github.com/UweSchmidt/hxt" license=('MIT') @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fnetwork-uri - 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
