Date: Thursday, December 1, 2022 @ 18:58:10
  Author: felixonmars
Revision: 1355683

upgpkg: haskell-streams 3.3.1-2: rebuild with free 5.1.10

Modified:
  haskell-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-01 18:57:32 UTC (rev 1355682)
+++ PKGBUILD    2022-12-01 18:58:10 UTC (rev 1355683)
@@ -3,7 +3,7 @@
 _hkgname=streams
 pkgname=haskell-streams
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Various Haskell 2010 stream comonads"
 url="https://github.com/ekmett/streams";
 license=("BSD")
@@ -32,7 +32,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to