Date: Saturday, May 23, 2020 @ 16:42:11 Author: felixonmars Revision: 632216
upgpkg: haskell-test-framework-smallcheck 0.2-59: rebuild with tasty 1.3.1 Modified: haskell-test-framework-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 16:41:36 UTC (rev 632215) +++ PKGBUILD 2020-05-23 16:42:11 UTC (rev 632216) @@ -4,7 +4,7 @@ _hkgname=test-framework-smallcheck pkgname=haskell-test-framework-smallcheck pkgver=0.2 -pkgrel=58 +pkgrel=59 pkgdesc="SmallCheck support for the test-framework package" url="https://github.com/feuerbach/smallcheck" license=("BSD") @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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
