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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:22:51 UTC 2021


    Date: Friday, April 23, 2021 @ 00:22:50
  Author: felixonmars
Revision: 922003

upgpkg: haskell-stmonadtrans 0.4.5-40: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-stmonadtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:21:57 UTC (rev 922002)
+++ PKGBUILD	2021-04-23 00:22:50 UTC (rev 922003)
@@ -4,7 +4,7 @@
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
 pkgver=0.4.5
-pkgrel=39
+pkgrel=40
 pkgdesc="A monad transformer version of the ST monad"
 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