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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 15:30:47 UTC 2021


    Date: Tuesday, April 20, 2021 @ 15:30:47
  Author: felixonmars
Revision: 920055

upgpkg: haskell-wai-extra 3.1.6-109: rebuild with http2 3.0.0

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 15:29:30 UTC (rev 920054)
+++ PKGBUILD	2021-04-20 15:30:47 UTC (rev 920055)
@@ -4,7 +4,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.1.6
-pkgrel=108
+pkgrel=109
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list