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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:33:39 UTC 2021


    Date: Friday, April 23, 2021 @ 02:33:38
  Author: felixonmars
Revision: 922115

upgpkg: haskell-prettyprinter 1.7.0-82: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-prettyprinter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:31:38 UTC (rev 922114)
+++ PKGBUILD	2021-04-23 02:33:38 UTC (rev 922115)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter
 pkgname=haskell-prettyprinter
 pkgver=1.7.0
-pkgrel=81
+pkgrel=82
 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
 url="https://github.com/hspec/prettyprinter"
 license=('custom:BSD2')
@@ -30,7 +30,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list