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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:00:20 UTC 2021


    Date: Friday, April 23, 2021 @ 11:00:20
  Author: felixonmars
Revision: 922255

upgpkg: haskell-tasty-discover 4.2.2-72: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-tasty-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:59:26 UTC (rev 922254)
+++ PKGBUILD	2021-04-23 11:00:20 UTC (rev 922255)
@@ -3,7 +3,7 @@
 _hkgname=tasty-discover
 pkgname=haskell-tasty-discover
 pkgver=4.2.2
-pkgrel=71
+pkgrel=72
 pkgdesc="Test discovery for the tasty framework"
 url="http://git.coop/lwm/tasty-discover"
 license=('MIT')
@@ -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