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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:28:05 UTC 2021


    Date: Friday, April 23, 2021 @ 00:28:05
  Author: felixonmars
Revision: 922011

upgpkg: haskell-zlib 0.6.2.3-17: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:27:11 UTC (rev 922010)
+++ PKGBUILD	2021-04-23 00:28:05 UTC (rev 922011)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-zlib
 pkgver=0.6.2.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="https://hackage.haskell.org/package/zlib"
 license=('BSD')
@@ -29,7 +29,7 @@
 
 check() {
     cd zlib-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list