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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 19:38:15 UTC 2021


    Date: Tuesday, April 20, 2021 @ 19:38:15
  Author: felixonmars
Revision: 920277

upgpkg: haskell-wai-middleware-static 0.9.0-118: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-wai-middleware-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 19:37:16 UTC (rev 920276)
+++ PKGBUILD	2021-04-20 19:38:15 UTC (rev 920277)
@@ -4,7 +4,7 @@
 _hkgname=wai-middleware-static
 pkgname=haskell-wai-middleware-static
 pkgver=0.9.0
-pkgrel=117
+pkgrel=118
 pkgdesc="WAI middleware that serves requests to static files"
 url="https://github.com/scotty-web/wai-middleware-static"
 license=("BSD")
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list