Date: Monday, August 17, 2020 @ 07:49:00 Author: felixonmars Revision: 682469
upgpkg: haskell-silently 1.2.5.1-7: rebuild with ghc 8.10.2 Modified: haskell-silently/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 07:48:28 UTC (rev 682468) +++ PKGBUILD 2020-08-17 07:49:00 UTC (rev 682469) @@ -4,7 +4,7 @@ _hkgname=silently pkgname=haskell-silently pkgver=1.2.5.1 -pkgrel=6 +pkgrel=7 pkgdesc="Prevent or capture writing to stdout and other handles." url="https://github.com/hspec/silently" 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