Date: Saturday, May 23, 2020 @ 13:35:47 Author: felixonmars Revision: 631880
upgpkg: haskell-chell 0.5-39: rebuild with tasty 1.3.1 Modified: haskell-chell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 13:35:04 UTC (rev 631879) +++ PKGBUILD 2020-05-23 13:35:47 UTC (rev 631880) @@ -3,7 +3,7 @@ _hkgname=chell pkgname=haskell-chell pkgver=0.5 -pkgrel=38 +pkgrel=39 pkgdesc="A simple and intuitive library for automated testing" url="https://github.com/typeclasses/chell" license=('MIT') @@ -25,7 +25,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fcolor-output - 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
