[arch-commits] Commit in haskell-prettyprinter-ansi-terminal/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:34:35 UTC 2021


    Date: Friday, April 23, 2021 @ 02:34:35
  Author: felixonmars
Revision: 922117

upgpkg: haskell-prettyprinter-ansi-terminal 1.1.2-91: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:33:52 UTC (rev 922116)
+++ PKGBUILD	2021-04-23 02:34:35 UTC (rev 922117)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter-ansi-terminal
 pkgname=haskell-prettyprinter-ansi-terminal
 pkgver=1.1.2
-pkgrel=90
+pkgrel=91
 pkgdesc="ANSI terminal backend for the prettyprinter package."
 url="https://github.com/quchen/prettyprinter-ansi-terminal"
 license=('custom:BSD2')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list