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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 15:39:37 UTC 2021


    Date: Friday, April 23, 2021 @ 15:39:37
  Author: felixonmars
Revision: 922453

upgpkg: haskell-fourmolu 0.3.0.0-66: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-fourmolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 15:37:46 UTC (rev 922452)
+++ PKGBUILD	2021-04-23 15:39:37 UTC (rev 922453)
@@ -3,7 +3,7 @@
 _hkgname=fourmolu
 pkgname=haskell-fourmolu
 pkgver=0.3.0.0
-pkgrel=65
+pkgrel=66
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/parsonsmatt/fourmolu"
 license=("BSD")
@@ -38,7 +38,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list