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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:16:44 UTC 2021


    Date: Friday, April 23, 2021 @ 00:16:44
  Author: felixonmars
Revision: 921995

upgpkg: haskell-tasty-hspec 1.1.6-52: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-tasty-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:16:04 UTC (rev 921994)
+++ PKGBUILD	2021-04-23 00:16:44 UTC (rev 921995)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hspec
 pkgname=haskell-tasty-hspec
 pkgver=1.1.6
-pkgrel=51
+pkgrel=52
 pkgdesc="Hspec support for the Tasty test framework"
 url="https://github.com/mitchellwrosen/tasty-hspec"
 license=('BSD')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list