Date: Saturday, May 23, 2020 @ 15:32:35 Author: felixonmars Revision: 632082
upgpkg: haskell-storable-tuple 0.0.3.3-74: rebuild with tasty 1.3.1 Modified: haskell-storable-tuple/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 15:31:59 UTC (rev 632081) +++ PKGBUILD 2020-05-23 15:32:35 UTC (rev 632082) @@ -4,7 +4,7 @@ _hkgname=storable-tuple pkgname=haskell-storable-tuple pkgver=0.0.3.3 -pkgrel=73 +pkgrel=74 pkgdesc="Storable instance for pairs and triples" url="http://code.haskell.org/~thielema/storable-tuple/" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fsplitbase - 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