Date: Monday, August 17, 2020 @ 05:25:56 Author: felixonmars Revision: 682139
upgpkg: haskell-basement 0.0.11-7: rebuild with ghc 8.10.2 Modified: haskell-basement/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 05:23:39 UTC (rev 682138) +++ PKGBUILD 2020-08-17 05:25:56 UTC (rev 682139) @@ -4,7 +4,7 @@ _hkgname=basement pkgname=haskell-basement pkgver=0.0.11 -pkgrel=6 +pkgrel=7 pkgdesc="Foundation scrap box of array & string" url="https://github.com/haskell-foundation/foundation" 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