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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 15:36:03 UTC 2021


    Date: Friday, April 23, 2021 @ 15:36:03
  Author: felixonmars
Revision: 922449

upgpkg: stylish-haskell 0.12.2.0-54: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 15:34:37 UTC (rev 922448)
+++ PKGBUILD	2021-04-23 15:36:03 UTC (rev 922449)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.12.2.0
-pkgrel=53
+pkgrel=54
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("BSD")
@@ -37,7 +37,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list