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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:48:33 UTC 2021


    Date: Friday, April 23, 2021 @ 02:48:33
  Author: felixonmars
Revision: 922135

upgpkg: haskell-lifted-async 0.10.2-8: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:47:53 UTC (rev 922134)
+++ PKGBUILD	2021-04-23 02:48:33 UTC (rev 922135)
@@ -3,7 +3,7 @@
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
 pkgver=0.10.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async"
 license=('BSD')
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list