Date: Tuesday, May 19, 2020 @ 21:54:50 Author: felixonmars Revision: 630244
upgpkg: haskell-hspec-wai-json 0.10.1-31: rebuild with tasty-golden 2.3.3.3 Modified: haskell-hspec-wai-json/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 21:54:03 UTC (rev 630243) +++ PKGBUILD 2020-05-19 21:54:50 UTC (rev 630244) @@ -4,7 +4,7 @@ _hkgname=hspec-wai-json pkgname=haskell-hspec-wai-json pkgver=0.10.1 -pkgrel=30 +pkgrel=31 pkgdesc="Testing JSON APIs with hspec-wai" url="https://github.com/hspec/hspec-wai" license=("MIT") @@ -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
