Date: Saturday, May 23, 2020 @ 03:08:47 Author: felixonmars Revision: 631806
upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-51: rebuild with tasty 1.3.1 Modified: haskell-test-framework-quickcheck2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 03:04:35 UTC (rev 631805) +++ PKGBUILD 2020-05-23 03:08:47 UTC (rev 631806) @@ -4,7 +4,7 @@ _hkgname=test-framework-quickcheck2 pkgname=haskell-test-framework-quickcheck2 pkgver=0.3.0.5 -pkgrel=50 +pkgrel=51 pkgdesc="QuickCheck-2 support for the test-framework package" url="https://haskell.github.io/test-framework/" license=("BSD") @@ -26,7 +26,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
