Date: Monday, May 25, 2020 @ 01:46:42 Author: felixonmars Revision: 633660
upgpkg: haskell-errors 2.3.0-54: rebuild with safe 0.3.19 Modified: haskell-errors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-25 01:45:55 UTC (rev 633659) +++ PKGBUILD 2020-05-25 01:46:42 UTC (rev 633660) @@ -4,7 +4,7 @@ _hkgname=errors pkgname=haskell-errors pkgver=2.3.0 -pkgrel=53 +pkgrel=54 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}" 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
