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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:37:11 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:37:11
  Author: felixonmars
Revision: 920669

upgpkg: haskell-openssl-streams 1.2.3.0-76: rebuild with HsOpenSSL 0.11.7

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:37:03 UTC (rev 920668)
+++ PKGBUILD	2021-04-21 20:37:11 UTC (rev 920669)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.3.0
-pkgrel=75
+pkgrel=76
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams"
 license=('BSD')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list