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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:29:50 UTC 2021


    Date: Friday, April 23, 2021 @ 10:29:50
  Author: felixonmars
Revision: 922227

upgpkg: c2hs 0.28.7-63: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:26:59 UTC (rev 922226)
+++ PKGBUILD	2021-04-23 10:29:50 UTC (rev 922227)
@@ -3,7 +3,7 @@
 
 pkgname=c2hs
 pkgver=0.28.7
-pkgrel=62
+pkgrel=63
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
@@ -37,7 +37,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list