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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:41:33 UTC 2021


    Date: Friday, April 23, 2021 @ 10:41:33
  Author: felixonmars
Revision: 922235

upgpkg: haskell-hspec-hedgehog 0.0.1.2-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-hspec-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:40:21 UTC (rev 922234)
+++ PKGBUILD	2021-04-23 10:41:33 UTC (rev 922235)
@@ -4,7 +4,7 @@
 _hkgname=hspec-hedgehog
 pkgname=haskell-hspec-hedgehog
 pkgver=0.0.1.2
-pkgrel=83
+pkgrel=84
 pkgdesc="Integrate Hedgehog and Hspec!"
 url="https://github.com/parsonsmatt/hspec-hedgehog/"
 license=('BSD')
@@ -33,7 +33,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list