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

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


    Date: Tuesday, April 20, 2021 @ 17:15:19
  Author: felixonmars
Revision: 920093

upgpkg: haskell-http-download 0.2.0.0-268: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:14:39 UTC (rev 920092)
+++ PKGBUILD	2021-04-20 17:15:19 UTC (rev 920093)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.2.0.0
-pkgrel=267
+pkgrel=268
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download"
 license=('MIT')
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list