Date: Monday, August 17, 2020 @ 12:54:15 Author: felixonmars Revision: 682612
upgpkg: haskell-wizards 1.0.3-9: rebuild with ghc 8.10.2 Modified: haskell-wizards/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 12:53:39 UTC (rev 682611) +++ PKGBUILD 2020-08-17 12:54:15 UTC (rev 682612) @@ -4,7 +4,7 @@ _hkgname=wizards pkgname=haskell-wizards pkgver=1.0.3 -pkgrel=8 +pkgrel=9 pkgdesc="High level, generic library for interrogative user interfaces" url="https://hackage.haskell.org/package/wizards" license=("custom:BSD2") @@ -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
