Date: Tuesday, April 13, 2021 @ 10:46:51 Author: felixonmars Revision: 916992
upgpkg: haskell-boring 0.1.3-2: rebuild with quickcheck-classes-base 0.6.2.0 Modified: haskell-boring/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-13 10:46:15 UTC (rev 916991) +++ PKGBUILD 2021-04-13 10:46:51 UTC (rev 916992) @@ -3,7 +3,7 @@ _hkgname=boring pkgname=haskell-boring pkgver=0.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Boring and Absurd types" url="https://github.com/phadej/boring" license=("BSD") @@ -30,7 +30,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - 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