Skip to content

Commit cc1b90d

Browse files
authored
Reword intro section in releases.md (#3378)
1 parent 000a76c commit cc1b90d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/contributing/releases.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Releases and distributable binaries
22

33
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
97
when added to the path.
108

119
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
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`
1513
and 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

0 commit comments

Comments
 (0)