Skip to content

Commit

Permalink
Update README.MD GHC support (#537)
Browse files Browse the repository at this point in the history
Updated version of 'haskell-language-server' and added status of GHC 9.2.1
  • Loading branch information
cptwunderlich authored Mar 9, 2022
1 parent c2ff6f2 commit cfcb3b5
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,19 @@ 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-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.8.4 ||||
| 8.8.3 ||| |
| 8.6.5 ||||
These are the versions of GHC that there are binaries of `haskell-language-server-1.6.1` for. Building from source may support more versions!

| GHC | Linux | macOS | Windows |
| --------------------------------------------------------------------------------- | ----- | ----- | ------- |
| 9.2.1 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
| 9.0.2 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
| 8.10.7 ||||
| 8.10.6 ||||
| 8.10.5 ||||
| 8.8.4 ||||
| 8.8.3 ||| |
| 8.6.5 ||||

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>

Expand Down

0 comments on commit cfcb3b5

Please sign in to comment.