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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 19:50:32 UTC 2021


    Date: Thursday, April 22, 2021 @ 19:50:32
  Author: felixonmars
Revision: 921584

upgpkg: haskell-vty 5.33-16: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-vty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 19:48:34 UTC (rev 921583)
+++ PKGBUILD	2021-04-22 19:50:32 UTC (rev 921584)
@@ -4,7 +4,7 @@
 _hkgname=vty
 pkgname=haskell-vty
 pkgver=5.33
-pkgrel=15
+pkgrel=16
 pkgdesc="A simple terminal UI library"
 url="https://github.com/jtdaugherty/vty"
 license=("BSD")
@@ -38,7 +38,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list