|
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
|
|
0 commit comments