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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:27:25 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:27:25
  Author: felixonmars
Revision: 956612

upgpkg: haskell-rfc5051 0.2-6: rebuild with ghc 8.10.5

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:26:57 UTC (rev 956611)
+++ PKGBUILD	2021-06-06 23:27:25 UTC (rev 956612)
@@ -4,7 +4,7 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple unicode collation as per RFC5051."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -30,7 +30,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list