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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 00:27:50 UTC 2021


    Date: Thursday, April 22, 2021 @ 00:27:50
  Author: felixonmars
Revision: 920843

upgpkg: haskell-logging-facade 0.3.0-196: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-logging-facade/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 00:27:08 UTC (rev 920842)
+++ PKGBUILD	2021-04-22 00:27:50 UTC (rev 920843)
@@ -4,7 +4,7 @@
 _hkgname=logging-facade
 pkgname=haskell-logging-facade
 pkgver=0.3.0
-pkgrel=195
+pkgrel=196
 pkgdesc="Simple logging abstraction that allows multiple back-ends"
 url="https://github.com/sol/logging-facade"
 license=("MIT")
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list