File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Releases and distributable binaries
2
2
3
3
Starting 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
9
7
when added to the path.
10
8
11
9
Starting 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
13
11
[ 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 `
15
13
and it is being used in nix environments.
16
14
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
+
17
19
## Minimal checklist
18
20
19
21
### prerelease sanity checks
You can’t perform that action at this time.
0 commit comments