Date: Monday, August 17, 2020 @ 07:10:02 Author: felixonmars Revision: 682387
upgpkg: haskell-parallel 3.2.2.0-11: rebuild with ghc 8.10.2 Modified: haskell-parallel/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 07:09:27 UTC (rev 682386) +++ PKGBUILD 2020-08-17 07:10:02 UTC (rev 682387) @@ -4,7 +4,7 @@ _hkgname=parallel pkgname=haskell-parallel pkgver=3.2.2.0 -pkgrel=10 +pkgrel=11 pkgdesc="Parallel programming library" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -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
