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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 00:04:19 UTC 2021


    Date: Monday, June 7, 2021 @ 00:04:19
  Author: felixonmars
Revision: 956722

upgpkg: haskell-spoon 0.3.1-7: rebuild with ghc 8.10.5

Modified:
  haskell-spoon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 00:03:53 UTC (rev 956721)
+++ PKGBUILD	2021-06-07 00:04:19 UTC (rev 956722)
@@ -3,7 +3,7 @@
 _hkgname=spoon
 pkgname=haskell-spoon
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Catch errors thrown from pure computations"
 url="https://hackage.haskell.org/package/spoon"
 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