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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:04:59 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:04:59
  Author: felixonmars
Revision: 956540

upgpkg: haskell-repline 0.4.0.0-6: rebuild with ghc 8.10.5

Modified:
  haskell-repline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:04:32 UTC (rev 956539)
+++ PKGBUILD	2021-06-06 23:04:59 UTC (rev 956540)
@@ -3,7 +3,7 @@
 _hkgname=repline
 pkgname=haskell-repline
 pkgver=0.4.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces"
 url="https://github.com/sdiehl/repline"
 license=('MIT')
@@ -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