Skip to content

Update supported ghc versions for hls-1.5.1 #514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,17 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre

### Supported GHC versions

These are the versions of GHC that there are binaries of `haskell-language-server` for. Building from source may support more versions!
These are the versions of GHC that there are binaries of `haskell-language-server-1.5.1` for. Building from source may support more versions!

| GHC | Linux | macOS | Windows |
| -------------------------------------------------------------------------------- | ----- | ----- | ------- |
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) | ✓ | ✓ | ✓ |
| 8.10.7 | ✓ | ✓ | ✓ |
| 8.10.6 | ✓ | ✓ | ✓ |
| 8.10.5 | ✓ | ✓ | ✓ |
| 8.10.4 | ✓ | ✓ | ✓ |
| 8.10.3 | ✓ | ✓ | ✓ |
| 8.10.2 | ✓ | ✓ | ✓ |
| 8.8.4 | ✓ | ✓ | ✓ |
| 8.8.3 | ✓ | ✓ | |
| 8.6.5 | ✓ | ✓ | ✓ |
| 8.6.4 | ✓ | ✓ | ✓ |

The exact list of binaries can be checked in the last release of haskell-language-server: <https://github.com/haskell/haskell-language-server/releases/latest>
You can check the current GHC versions support status and the policy followed for deprecations [here](https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html).
Expand Down