[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 00:23:35 UTC 2021


    Date: Thursday, April 22, 2021 @ 00:23:34
  Author: felixonmars
Revision: 920835

upgpkg: haskell-vector-th-unbox 0.2.1.9-26: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 00:22:53 UTC (rev 920834)
+++ PKGBUILD	2021-04-22 00:23:34 UTC (rev 920835)
@@ -4,7 +4,7 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.1.9
-pkgrel=25
+pkgrel=26
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://github.com/tsurucapital/vector-th-unbox"
 license=("BSD")
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list