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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:39:54 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:39:53
  Author: felixonmars
Revision: 920673

upgpkg: haskell-http-streams 0.8.7.2-224: rebuild with HsOpenSSL 0.11.7

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:38:45 UTC (rev 920672)
+++ PKGBUILD	2021-04-21 20:39:53 UTC (rev 920673)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.7.2
-pkgrel=223
+pkgrel=224
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams"
 license=('BSD')
@@ -40,7 +40,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list