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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:37:40 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:37:40
  Author: felixonmars
Revision: 921676

upgpkg: haskell-doclayout 0.3.0.2-9: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-doclayout/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:36:52 UTC (rev 921675)
+++ PKGBUILD	2021-04-22 20:37:40 UTC (rev 921676)
@@ -3,7 +3,7 @@
 _hkgname=doclayout
 pkgname=haskell-doclayout
 pkgver=0.3.0.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A prettyprinting library for laying out text documents"
 url="https://github.com/jgm/doclayout"
 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