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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 01:01:05 UTC 2021


    Date: Friday, April 23, 2021 @ 01:01:05
  Author: felixonmars
Revision: 922017

upgpkg: haskell-io-streams 1.5.2.0-71: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:59:42 UTC (rev 922016)
+++ PKGBUILD	2021-04-23 01:01:05 UTC (rev 922017)
@@ -3,7 +3,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.2.0
-pkgrel=70
+pkgrel=71
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams"
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list