[arch-commits] Commit in haskell-hls-refine-imports-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 15 17:59:21 UTC 2021


    Date: Tuesday, June 15, 2021 @ 17:59:20
  Author: felixonmars
Revision: 963951

upgpkg: haskell-hls-refine-imports-plugin 1.0.0.0-2: rebuild with network 3.1.2.2

Modified:
  haskell-hls-refine-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-15 17:57:52 UTC (rev 963950)
+++ PKGBUILD	2021-06-15 17:59:20 UTC (rev 963951)
@@ -3,7 +3,7 @@
 _hkgname=hls-refine-imports-plugin
 pkgname=haskell-hls-refine-imports-plugin
 pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Refine imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-refine-imports-plugin"
 license=("Apache")
@@ -32,7 +32,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
@@ -41,7 +41,7 @@
 
 check() {
   cd haskell-language-server-1.2.0/plugins/$_hkgname
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list