Date: Saturday, May 23, 2020 @ 20:17:11 Author: felixonmars Revision: 632538
upgpkg: haskell-lens 4.19.2-6: rebuild with tasty 1.3.1 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 20:14:15 UTC (rev 632537) +++ PKGBUILD 2020-05-23 20:17:11 UTC (rev 632538) @@ -4,7 +4,7 @@ _hkgname=lens pkgname=haskell-lens pkgver=4.19.2 -pkgrel=5 +pkgrel=6 pkgdesc="Lenses, Folds and Traversals" url="https://github.com/ekmett/lens/" license=("BSD") @@ -34,7 +34,7 @@ -f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ -ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \ -f-benchmark-uniplate - 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
