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

Felix Yan felixonmars at archlinux.org
Tue Mar 23 18:28:26 UTC 2021


    Date: Tuesday, March 23, 2021 @ 18:28:26
  Author: felixonmars
Revision: 900613

upgpkg: haskell-language-server 1.0.0.0-2: rebuild with hspec 2.7.9, hspec-core 2.7.9, hspec-discover 2.7.9

Modified:
  haskell-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 18:25:39 UTC (rev 900612)
+++ PKGBUILD	2021-03-23 18:28:26 UTC (rev 900613)
@@ -3,7 +3,7 @@
 _hkgname=haskell-language-server
 pkgname=haskell-language-server
 pkgver=1.0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme"
 license=("Apache")
@@ -42,7 +42,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



More information about the arch-commits mailing list