Date: Tuesday, March 16, 2021 @ 17:49:53 Author: felixonmars Revision: 892011
upgpkg: haskell-quickcheck-text 0.1.2.1-2: rebuild with doctest 0.18.1 Modified: haskell-quickcheck-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-16 17:49:11 UTC (rev 892010) +++ PKGBUILD 2021-03-16 17:49:53 UTC (rev 892011) @@ -3,7 +3,7 @@ _hkgname=quickcheck-text pkgname=haskell-quickcheck-text pkgver=0.1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Alternative arbitrary instance for Text" url="https://github.com/olorin/quickcheck-text" license=("MIT") @@ -22,7 +22,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
