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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 22:37:24 UTC 2021


    Date: Sunday, June 6, 2021 @ 22:37:23
  Author: felixonmars
Revision: 956455

upgpkg: haskell-gi-base 0.25.0-2: rebuild with ghc 8.10.5

Modified:
  haskell-gi-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 22:36:47 UTC (rev 956454)
+++ PKGBUILD	2021-06-06 22:37:23 UTC (rev 956455)
@@ -4,7 +4,7 @@
 _hkgname=haskell-gi-base
 pkgname=haskell-gi-base
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Foundation for libraries generated by haskell-gi"
 url="https://github.com/haskell-suite/haskell-gi"
 license=("LGPL2")
@@ -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