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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:48:03 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:48:03
  Author: felixonmars
Revision: 920767

upgpkg: haskell-unliftio 0.2.14-47: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:47:22 UTC (rev 920766)
+++ PKGBUILD	2021-04-21 23:48:03 UTC (rev 920767)
@@ -4,7 +4,7 @@
 _hkgname=unliftio
 pkgname=haskell-unliftio
 pkgver=0.2.14
-pkgrel=46
+pkgrel=47
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list