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

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


    Date: Friday, April 23, 2021 @ 11:41:08
  Author: felixonmars
Revision: 922299

upgpkg: haskell-rio-orphans 0.1.2.0-3: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-rio-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:40:21 UTC (rev 922298)
+++ PKGBUILD	2021-04-23 11:41:08 UTC (rev 922299)
@@ -3,7 +3,7 @@
 _hkgname=rio-orphans
 pkgname=haskell-rio-orphans
 pkgver=0.1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Orphan instances for the RIO type in the rio package"
 url="https://github.com/commercialhaskell/rio"
 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