Date: Wednesday, December 23, 2020 @ 03:28:07 Author: felixonmars Revision: 783494
upgpkg: haskell-fuzzy 0.1.0.0-2: rebuild with tasty-smallcheck 0.8.2 Modified: haskell-fuzzy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-23 03:27:23 UTC (rev 783493) +++ PKGBUILD 2020-12-23 03:28:07 UTC (rev 783494) @@ -3,7 +3,7 @@ _hkgname=fuzzy pkgname=haskell-fuzzy pkgver=0.1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Filters a list based on a fuzzy string search." url="http://github.com/joom/fuzzy" 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
