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

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


    Date: Friday, April 23, 2021 @ 00:23:58
  Author: felixonmars
Revision: 922005

upgpkg: haskell-equivalence 0.3.5-102: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-equivalence/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 00:23:04 UTC (rev 922004)
+++ PKGBUILD	2021-04-23 00:23:58 UTC (rev 922005)
@@ -4,7 +4,7 @@
 _hkgname=equivalence
 pkgname=haskell-equivalence
 pkgver=0.3.5
-pkgrel=101
+pkgrel=102
 pkgdesc="Maintaining an equivalence relation implemented as union-find using STT."
 url="https://bitbucket.org/paba/equivalence/"
 license=("BSD")
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list