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

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


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

upgpkg: haskell-http 4000.3.16-12: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:58:16 UTC (rev 920179)
+++ PKGBUILD	2021-04-20 17:59:41 UTC (rev 920180)
@@ -4,7 +4,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.3.16
-pkgrel=11
+pkgrel=12
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -39,7 +39,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list