Date: Saturday, May 23, 2020 @ 13:53:53 Author: felixonmars Revision: 631906
upgpkg: haskell-distributive 0.6.2-4: rebuild with tasty 1.3.1 Modified: haskell-distributive/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 13:53:17 UTC (rev 631905) +++ PKGBUILD 2020-05-23 13:53:53 UTC (rev 631906) @@ -4,7 +4,7 @@ _hkgname=distributive pkgname=haskell-distributive pkgver=0.6.2 -pkgrel=3 +pkgrel=4 pkgdesc="Distributive functors -- Dual to Traversable" url="https://github.com/ekmett/distributive/" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -ftagged -f-semigroups - 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
