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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 09:47:14 UTC 2021


    Date: Friday, April 23, 2021 @ 09:47:13
  Author: felixonmars
Revision: 922165

upgpkg: haskell-criterion 1.5.9.0-78: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 09:45:18 UTC (rev 922164)
+++ PKGBUILD	2021-04-23 09:47:13 UTC (rev 922165)
@@ -4,7 +4,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.9.0
-pkgrel=77
+pkgrel=78
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("BSD")
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list