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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:55:00 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:55:00
  Author: felixonmars
Revision: 921795

upgpkg: haskell-ormolu 0.1.4.1-66: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-ormolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:53:25 UTC (rev 921794)
+++ PKGBUILD	2021-04-22 21:55:00 UTC (rev 921795)
@@ -3,7 +3,7 @@
 _hkgname=ormolu
 pkgname=haskell-ormolu
 pkgver=0.1.4.1
-pkgrel=65
+pkgrel=66
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/tweag/ormolu"
 license=("BSD")
@@ -39,7 +39,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list