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

Felix Yan felixonmars at archlinux.org
Fri Jun 25 03:02:42 UTC 2021


    Date: Friday, June 25, 2021 @ 03:02:42
  Author: felixonmars
Revision: 967303

upgpkg: haskell-zinza 0.2-2: rebuild with cabal-install 3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, haskell-ci 0.12.1, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-zinza/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 02:57:43 UTC (rev 967302)
+++ PKGBUILD	2021-06-25 03:02:42 UTC (rev 967303)
@@ -3,7 +3,7 @@
 _hkgname=zinza
 pkgname=haskell-zinza
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Typed templates with jinja like syntax"
 url="https://github.com/phadej/zinza"
 license=("GPL")
@@ -29,7 +29,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
@@ -38,7 +38,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {




More information about the arch-commits mailing list