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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:52:35 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:52:34
  Author: felixonmars
Revision: 920166

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

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:51:27 UTC (rev 920165)
+++ PKGBUILD	2021-04-20 17:52:34 UTC (rev 920166)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.1.0
-pkgrel=203
+pkgrel=204
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list