Date: Saturday, May 23, 2020 @ 13:42:47 Author: felixonmars Revision: 631888
upgpkg: haskell-concurrent-output 1.10.11-18: rebuild with tasty 1.3.1 Modified: haskell-concurrent-output/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 13:40:34 UTC (rev 631887) +++ PKGBUILD 2020-05-23 13:42:47 UTC (rev 631888) @@ -4,7 +4,7 @@ _hkgname=concurrent-output pkgname=haskell-concurrent-output pkgver=1.10.11 -pkgrel=17 +pkgrel=18 pkgdesc="Ungarble output from several threads or commands" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD2") @@ -21,7 +21,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
