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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:41:59 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:41:59
  Author: felixonmars
Revision: 920138

upgpkg: haskell-yesod-persistent 1.6.0.6-8: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:41:57 UTC (rev 920137)
+++ PKGBUILD	2021-04-20 17:41:59 UTC (rev 920138)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list