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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:12:43 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:12:42
  Author: felixonmars
Revision: 956564

upgpkg: haskell-broadcast-chan 0.2.1.1-6: rebuild with ghc 8.10.5

Modified:
  haskell-broadcast-chan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:12:17 UTC (rev 956563)
+++ PKGBUILD	2021-06-06 23:12:42 UTC (rev 956564)
@@ -3,7 +3,7 @@
 _hkgname=broadcast-chan
 pkgname=haskell-broadcast-chan
 pkgver=0.2.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"
 url="https://github.com/merijn/broadcast-chan"
 license=('BSD')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list