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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 18:53:24 UTC 2021


    Date: Wednesday, April 21, 2021 @ 18:53:23
  Author: felixonmars
Revision: 920589

upgpkg: haskell-fin 0.1.1-23: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-fin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:52:37 UTC (rev 920588)
+++ PKGBUILD	2021-04-21 18:53:23 UTC (rev 920589)
@@ -3,7 +3,7 @@
 _hkgname=fin
 pkgname=haskell-fin
 pkgver=0.1.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Nat and Fin: peano naturals and finite numbers"
 url="https://github.com/phadej/vec"
 license=("BSD")
@@ -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