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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 18:09:15 UTC 2021


    Date: Tuesday, April 20, 2021 @ 18:09:15
  Author: felixonmars
Revision: 920190

upgpkg: haskell-shake 0.19.4-70: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 18:08:43 UTC (rev 920189)
+++ PKGBUILD	2021-04-20 18:09:15 UTC (rev 920190)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.19.4
-pkgrel=69
+pkgrel=70
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com"
 license=("BSD")
@@ -46,7 +46,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list