Date: Saturday, May 23, 2020 @ 02:58:45 Author: felixonmars Revision: 631794
upgpkg: haskell-hunit 1.6.0.0-47: rebuild with tasty 1.3.1 Modified: haskell-hunit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 02:57:11 UTC (rev 631793) +++ PKGBUILD 2020-05-23 02:58:45 UTC (rev 631794) @@ -4,7 +4,7 @@ _hkgname=HUnit pkgname=haskell-hunit pkgver=1.6.0.0 -pkgrel=46 +pkgrel=47 pkgdesc="A unit testing framework for Haskell" url="http://hunit.sourceforge.net/" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fbase4 - 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