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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:50:03 UTC 2021


    Date: Friday, April 23, 2021 @ 02:50:03
  Author: felixonmars
Revision: 922137

upgpkg: haskell-hedgehog 1.0.5-17: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:48:46 UTC (rev 922136)
+++ PKGBUILD	2021-04-23 02:50:03 UTC (rev 922137)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.5
-pkgrel=16
+pkgrel=17
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list