File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Releases and distributable binaries
22
33Starting with 0.2.1.0 haskell-language-server provides pre-built binaries on
4- each [ GitHub
5- release] ( https://github.com/haskell/haskell-language-server/releases ) . These
6- binaries are used by the [ vscode-hie-server
7- extension] ( https://github.com/alanz/vscode-hie-server ) to provide automatic
8- installation for users on VS Code, but they can also be installed manually
4+ each [ GitHub release] ( https://github.com/haskell/haskell-language-server/releases ) .
5+ These binaries are used by the [ vscode-haskell extension] ( https://github.com/haskell/vscode-haskell )
6+ to provide automatic installation for users on VS Code, but they can also be installed manually
97when added to the path.
108
119Starting with 0.8.0.0 haskell-language-server and all its related packages
12- (core libraries like ghcide, plugins and hls itself) is being released in
10+ (core libraries like ghcide, plugins and hls itself) is being released on
1311[ hackage] ( https://hackage.haskell.org/package/haskell-language-server ) as well.
14- This allow cabal users to install it with ` cabal install haskell-language-server `
12+ This allows cabal users to install it with ` cabal install haskell-language-server `
1513and it is being used in nix environments.
1614
15+ Since 1.7.0.0, HLS binaries are no longer uploaded to GitHub but to [ downloads.haskell.org] ( https://downloads.haskell.org/~hls/ ) .
16+ [ GHCup] ( https://www.haskell.org/ghcup/ ) uses these binaries to enable automatic installation of HLS binaries in
17+ various lsp-client plugins, such as [ vscode-haskell] ( https://github.com/haskell/vscode-haskell ) .
18+
1719## Minimal checklist
1820
1921### prerelease sanity checks
You can’t perform that action at this time.
0 commit comments