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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 00:06:31 UTC 2021


    Date: Monday, June 7, 2021 @ 00:06:31
  Author: felixonmars
Revision: 956728

upgpkg: haskell-zenc 0.1.1-6: rebuild with ghc 8.10.5

Modified:
  haskell-zenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 00:05:56 UTC (rev 956727)
+++ PKGBUILD	2021-06-07 00:06:31 UTC (rev 956728)
@@ -3,7 +3,7 @@
 _hkgname=zenc
 pkgname=haskell-zenc
 pkgver=0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="GHC style name Z-encoding and Z-decoding"
 url="https://github.com/dagit/zenc"
 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