Date: Tuesday, April 20, 2021 @ 15:54:35 Author: felixonmars Revision: 920068
upgpkg: haskell-hspec-wai 0.11.1-79: rebuild with http2 3.0.0 Modified: haskell-hspec-wai/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-20 15:53:32 UTC (rev 920067) +++ PKGBUILD 2021-04-20 15:54:35 UTC (rev 920068) @@ -4,7 +4,7 @@ _hkgname=hspec-wai pkgname=haskell-hspec-wai pkgver=0.11.1 -pkgrel=78 +pkgrel=79 pkgdesc="Experimental Hspec support for testing WAI applications" url="https://github.com/hspec/hspec-wai" license=("MIT") @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
