Date: Saturday, May 23, 2020 @ 16:29:08 Author: felixonmars Revision: 632198
upgpkg: haskell-tasty-expected-failure 0.11.1.2-19: rebuild with tasty 1.3.1 Modified: haskell-tasty-expected-failure/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 16:28:32 UTC (rev 632197) +++ PKGBUILD 2020-05-23 16:29:08 UTC (rev 632198) @@ -4,7 +4,7 @@ _hkgname=tasty-expected-failure pkgname=haskell-tasty-expected-failure pkgver=0.11.1.2 -pkgrel=18 +pkgrel=19 pkgdesc="Mark tasty tests as failure expected" url="https://github.com/nomeata/tasty-expected-failure" license=("MIT") @@ -25,7 +25,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
