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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:59:17 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:59:17
  Author: felixonmars
Revision: 920791

upgpkg: haskell-logict 0.7.1.0-34: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-logict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:58:31 UTC (rev 920790)
+++ PKGBUILD	2021-04-21 23:59:17 UTC (rev 920791)
@@ -3,7 +3,7 @@
 _hkgname=logict
 pkgname=haskell-logict
 pkgver=0.7.1.0
-pkgrel=33
+pkgrel=34
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/"
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list