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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 18:56:31 UTC 2021


    Date: Wednesday, April 21, 2021 @ 18:56:31
  Author: felixonmars
Revision: 920595

upgpkg: haskell-vec 0.3-24: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-vec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:55:37 UTC (rev 920594)
+++ PKGBUILD	2021-04-21 18:56:31 UTC (rev 920595)
@@ -3,7 +3,7 @@
 _hkgname=vec
 pkgname=haskell-vec
 pkgver=0.3
-pkgrel=23
+pkgrel=24
 pkgdesc="Vec: length-indexed (sized) list"
 url="https://github.com/phadej/vec"
 license=("BSD")
@@ -38,7 +38,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list