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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 00:17:48 UTC 2021


    Date: Thursday, April 22, 2021 @ 00:17:47
  Author: felixonmars
Revision: 920827

upgpkg: haskell-primitive 0.7.1.0-123: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 00:17:27 UTC (rev 920826)
+++ PKGBUILD	2021-04-22 00:17:47 UTC (rev 920827)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-primitive
 pkgver=0.7.1.0
-pkgrel=122
+pkgrel=123
 pkgdesc="Wrappers for primitive operations"
 url="https://hackage.haskell.org/package/primitive"
 license=("BSD")
@@ -42,7 +42,7 @@
 
 check() {
   cd primitive-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list