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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:04:20 UTC 2021


    Date: Friday, April 23, 2021 @ 10:04:20
  Author: felixonmars
Revision: 922193

upgpkg: haskell-deferred-folds 0.9.17-23: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:03:26 UTC (rev 922192)
+++ PKGBUILD	2021-04-23 10:04:20 UTC (rev 922193)
@@ -3,7 +3,7 @@
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
 pkgver=0.9.17
-pkgrel=22
+pkgrel=23
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds"
 license=('MIT')
@@ -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