[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:42:13 UTC 2021


    Date: Friday, April 23, 2021 @ 02:42:12
  Author: felixonmars
Revision: 922125

upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1.1-94: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:41:32 UTC (rev 922124)
+++ PKGBUILD	2021-04-23 02:42:12 UTC (rev 922125)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter-convert-ansi-wl-pprint
 pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
 pkgver=1.1.1
-pkgrel=93
+pkgrel=94
 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
 url="https://github.com/quchen/prettyprinter"
 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