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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 16:00:18 UTC 2021


    Date: Thursday, April 22, 2021 @ 16:00:17
  Author: felixonmars
Revision: 921206

upgpkg: haskell-genvalidity 0.11.0.0-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-genvalidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 15:58:55 UTC (rev 921205)
+++ PKGBUILD	2021-04-22 16:00:17 UTC (rev 921206)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity
 pkgname=haskell-genvalidity
 pkgver=0.11.0.0
-pkgrel=83
+pkgrel=84
 pkgdesc="Testing utilities for the validity library"
 url="https://github.com/NorfairKing/genvalidity"
 license=('MIT')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list