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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 02:31:20 UTC 2021


    Date: Monday, June 21, 2021 @ 02:31:20
  Author: felixonmars
Revision: 966294

upgpkg: haskell-html-parse 0.2.0.2-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-html-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 02:30:09 UTC (rev 966293)
+++ PKGBUILD	2021-06-21 02:31:20 UTC (rev 966294)
@@ -3,7 +3,7 @@
 _hkgname=html-parse
 pkgname=haskell-html-parse
 pkgver=0.2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance HTML tokenizer"
 url="http://github.com/bgamari/html-parse"
 license=("BSD")
@@ -28,7 +28,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
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list