Date: Saturday, May 23, 2020 @ 21:06:54 Author: felixonmars Revision: 632560
upgpkg: haskell-pointed 5.0.1-145: rebuild with tasty 1.3.1 Modified: haskell-pointed/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 21:05:45 UTC (rev 632559) +++ PKGBUILD 2020-05-23 21:06:54 UTC (rev 632560) @@ -4,7 +4,7 @@ _hkgname=pointed pkgname=haskell-pointed pkgver=5.0.1 -pkgrel=144 +pkgrel=145 pkgdesc="Pointed and copointed data" url="https://github.com/ekmett/pointed/" license=("BSD") @@ -29,7 +29,7 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \ -fstm -ftagged -ftransformers -funordered-containers - 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
