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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:47:18 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:47:18
  Author: felixonmars
Revision: 920160

upgpkg: haskell-yesod-static 1.6.1.0-228: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:47:01 UTC (rev 920159)
+++ PKGBUILD	2021-04-20 17:47:18 UTC (rev 920160)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=227
+pkgrel=228
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/"
 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