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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:55:42 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:55:42
  Author: felixonmars
Revision: 956698

upgpkg: haskell-show-combinators 0.2.0.0-7: rebuild with ghc 8.10.5

Modified:
  haskell-show-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:55:18 UTC (rev 956697)
+++ PKGBUILD	2021-06-06 23:55:42 UTC (rev 956698)
@@ -3,7 +3,7 @@
 _hkgname=show-combinators
 pkgname=haskell-show-combinators
 pkgver=0.2.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Combinators to write Show instances"
 url="https://github.com/Lysxia/show-combinators"
 license=('MIT')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list