Date: Saturday, May 23, 2020 @ 14:07:36 Author: felixonmars Revision: 631932
upgpkg: haskell-fingertree 0.1.4.2-37: rebuild with tasty 1.3.1 Modified: haskell-fingertree/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 14:06:30 UTC (rev 631931) +++ PKGBUILD 2020-05-23 14:07:36 UTC (rev 631932) @@ -4,7 +4,7 @@ _hkgname=fingertree pkgname=haskell-fingertree pkgver=0.1.4.2 -pkgrel=36 +pkgrel=37 pkgdesc="Generic finger-tree structure, with example instances" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -21,7 +21,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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
