Date: Thursday, April 22, 2021 @ 16:03:12
  Author: felixonmars
Revision: 921210

upgpkg: haskell-genvalidity-hspec 0.7.0.4-94: rebuild with hspec 2.7.10, 
hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-genvalidity-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-22 16:02:08 UTC (rev 921209)
+++ PKGBUILD    2021-04-22 16:03:12 UTC (rev 921210)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-hspec
 pkgname=haskell-genvalidity-hspec
 pkgver=0.7.0.4
-pkgrel=93
+pkgrel=94
 pkgdesc="Standard spec's for GenValidity instances"
 url="https://github.com/NorfairKing/validity";
 license=('MIT')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to