[arch-commits] Commit in haskell-hspec-wai-json/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 20 15:55:53 UTC 2021


    Date: Tuesday, April 20, 2021 @ 15:55:53
  Author: felixonmars
Revision: 920072

upgpkg: haskell-hspec-wai-json 0.11.0-123: rebuild with http2 3.0.0

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 15:55:14 UTC (rev 920071)
+++ PKGBUILD	2021-04-20 15:55:53 UTC (rev 920072)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.11.0
-pkgrel=122
+pkgrel=123
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai"
 license=("MIT")
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list