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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:24:24 UTC 2021


    Date: Friday, April 23, 2021 @ 11:24:24
  Author: felixonmars
Revision: 922275

upgpkg: haskell-retry 0.8.1.2-109: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:23:28 UTC (rev 922274)
+++ PKGBUILD	2021-04-23 11:24:24 UTC (rev 922275)
@@ -4,7 +4,7 @@
 _hkgname=retry
 pkgname=haskell-retry
 pkgver=0.8.1.2
-pkgrel=108
+pkgrel=109
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry"
 license=("BSD")
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list