Date: Monday, August 17, 2020 @ 06:50:55 Author: felixonmars Revision: 682343
upgpkg: haskell-monad-loops 0.4.3-19: rebuild with ghc 8.10.2 Modified: haskell-monad-loops/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 06:50:21 UTC (rev 682342) +++ PKGBUILD 2020-08-17 06:50:55 UTC (rev 682343) @@ -4,7 +4,7 @@ _hkgname=monad-loops pkgname=haskell-monad-loops pkgver=0.4.3 -pkgrel=18 +pkgrel=19 pkgdesc="Monadic loops" url="https://github.com/mokus0/monad-loops" license=("custom:PublicDomain") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fbase4 - 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
