[arch-commits] Commit in haskell-language-server/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 28 23:43:26 UTC 2021
Date: Monday, June 28, 2021 @ 23:43:26
Author: felixonmars
Revision: 967811
upgpkg: haskell-language-server 1.2.0.0-4: 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-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-28 23:11:09 UTC (rev 967810)
+++ PKGBUILD 2021-06-28 23:43:26 UTC (rev 967811)
@@ -2,7 +2,7 @@
pkgname=haskell-language-server
pkgver=1.2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="LSP server for GHC"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -11,16 +11,19 @@
'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 'haskell-data-default'
'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghc-paths' 'haskell-gitrev'
'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 'haskell-hls-brittany-plugin'
- 'haskell-hls-class-plugin' 'haskell-hls-eval-plugin' 'haskell-hls-explicit-imports-plugin'
- 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 'haskell-hls-graph'
+ 'haskell-hls-explicit-imports-plugin'
+ 'haskell-hls-floskell-plugin' 'haskell-hls-graph'
'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 'haskell-hls-plugin-api'
- 'haskell-hls-pragmas-plugin' 'haskell-hls-refine-imports-plugin'
- 'haskell-hls-retrie-plugin' 'haskell-hls-splice-plugin'
- 'haskell-hls-stylish-haskell-plugin' 'haskell-hls-tactics-plugin' 'haskell-hslogger'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hslogger'
'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 'haskell-optparse-simple'
'haskell-regex-tdfa' 'haskell-safe-exceptions' 'haskell-sqlite-simple' 'haskell-temporary'
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 'haskell-hls-eval-plugin'
+# 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 'haskell-hls-refine-imports-plugin'
+# 'haskell-hls-splice-plugin' 'haskell-hls-stylish-haskell-plugin' 'haskell-hls-tactics-plugin'
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-hspec-expectations' 'haskell-lsp-test'
'haskell-lsp-types')
checkdepends=('cabal-install')
@@ -39,7 +42,7 @@
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
- --ghc-option='-pie'
+ --ghc-option='-pie' -f-brittany -f-class -f-eval -f-fourmolu -f-ormolu -f-refineImports -f-splice -f-stylishHaskell -f-tactic
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list