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

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


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

upgpkg: haskell-pantry 0.5.1.5-9: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:18:34 UTC (rev 920096)
+++ PKGBUILD	2021-04-20 17:20:52 UTC (rev 920097)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.5
-pkgrel=8
+pkgrel=9
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry"
 license=('BSD')
@@ -45,7 +45,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list