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

Felix Yan felixonmars at archlinux.org
Wed Jun 23 05:14:46 UTC 2021


    Date: Wednesday, June 23, 2021 @ 05:14:46
  Author: felixonmars
Revision: 966993

upgpkg: haskell-kvitable 1.0.0.0-2: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-kvitable/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-23 05:14:27 UTC (rev 966992)
+++ PKGBUILD	2021-06-23 05:14:46 UTC (rev 966993)
@@ -3,7 +3,7 @@
 _hkgname=kvitable
 pkgname=haskell-kvitable
 pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Key/Value Indexed Table container and formatting library"
 url="https://hackage.haskell.org/package/kvitable"
 license=("custom:ISC")
@@ -22,7 +22,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -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