Date: Tuesday, April 13, 2021 @ 10:45:06 Author: felixonmars Revision: 916988
upgpkg: haskell-ral 0.1-2: rebuild with quickcheck-classes-base 0.6.2.0 Modified: haskell-ral/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-13 10:44:25 UTC (rev 916987) +++ PKGBUILD 2021-04-13 10:45:06 UTC (rev 916988) @@ -3,7 +3,7 @@ _hkgname=ral pkgname=haskell-ral pkgver=0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Random access lists" url="https://github.com/phadej/vec" license=("GPL") @@ -29,7 +29,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