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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 01:58:30 UTC 2021


    Date: Friday, April 23, 2021 @ 01:58:29
  Author: felixonmars
Revision: 922063

upgpkg: haskell-gi 0.25.0-8: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-gi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 01:54:52 UTC (rev 922062)
+++ PKGBUILD	2021-04-23 01:58:29 UTC (rev 922063)
@@ -4,7 +4,7 @@
 _hkgname=haskell-gi
 pkgname=haskell-gi
 pkgver=0.25.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
 url="https://github.com/haskell-gi/haskell-gi"
 license=("LGPL2")
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list