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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:28:37 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:28:36
  Author: felixonmars
Revision: 920109

upgpkg: haskell-wai-app-static 3.1.7.2-169: rebuild with http2 3.0.0, warp 3.3.15

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:27:00 UTC (rev 920108)
+++ PKGBUILD	2021-04-20 17:28:36 UTC (rev 920109)
@@ -4,7 +4,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.7.2
-pkgrel=168
+pkgrel=169
 pkgdesc="WAI application for static serving"
 url="https://www.yesodweb.com/book/web-application-interface"
 license=("MIT")
@@ -38,7 +38,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list