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

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


    Date: Sunday, June 6, 2021 @ 23:20:23
  Author: felixonmars
Revision: 956588

upgpkg: haskell-readable 0.3.1-16: rebuild with ghc 8.10.5

Modified:
  haskell-readable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:20:00 UTC (rev 956587)
+++ PKGBUILD	2021-06-06 23:20:23 UTC (rev 956588)
@@ -3,7 +3,7 @@
 _hkgname=readable
 pkgname=haskell-readable
 pkgver=0.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Reading from Text and ByteString"
 url="https://github.com/mightybyte/readable"
 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