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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 07:55:34 UTC 2021


    Date: Monday, June 21, 2021 @ 07:55:34
  Author: felixonmars
Revision: 966429

upgpkg: haskell-tasty-checklist 1.0.0.0-2: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-tasty-checklist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 07:55:33 UTC (rev 966428)
+++ PKGBUILD	2021-06-21 07:55:34 UTC (rev 966429)
@@ -3,7 +3,7 @@
 _hkgname=tasty-checklist
 pkgname=haskell-tasty-checklist
 pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Check multiple items during a tasty test"
 url="https://github.com/kquick/tasty-checklist"
 license=("custom:ISC")
@@ -27,7 +27,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
@@ -36,7 +36,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list