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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:36:58 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:36:58
  Author: felixonmars
Revision: 956640

upgpkg: haskell-czipwith 1.0.1.3-4: rebuild with ghc 8.10.5

Modified:
  haskell-czipwith/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:36:32 UTC (rev 956639)
+++ PKGBUILD	2021-06-06 23:36:58 UTC (rev 956640)
@@ -3,7 +3,7 @@
 _hkgname=czipwith
 pkgname=haskell-czipwith
 pkgver=1.0.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="CZipWith class and deriving via TH"
 url="https://github.com/lspitzner/czipwith/"
 license=("BSD")
@@ -31,7 +31,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list