Skip to content

Commit cfcb3b5

Browse files
Update README.MD GHC support (#537)
Updated version of 'haskell-language-server' and added status of GHC 9.2.1
1 parent c2ff6f2 commit cfcb3b5

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,19 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre
8989

9090
### Supported GHC versions
9191

92-
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!
93-
94-
| GHC | Linux | macOS | Windows |
95-
| -------------------------------------------------------------------------------- | ----- | ----- | ------- |
96-
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
97-
| 8.10.7 ||||
98-
| 8.10.6 ||||
99-
| 8.10.5 ||||
100-
| 8.8.4 ||||
101-
| 8.8.3 ||| |
102-
| 8.6.5 ||||
92+
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!
93+
94+
| GHC | Linux | macOS | Windows |
95+
| --------------------------------------------------------------------------------- | ----- | ----- | ------- |
96+
| 9.2.1 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
97+
| 9.0.2 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
98+
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
99+
| 8.10.7 ||||
100+
| 8.10.6 ||||
101+
| 8.10.5 ||||
102+
| 8.8.4 ||||
103+
| 8.8.3 ||| |
104+
| 8.6.5 ||||
103105

104106
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>
105107

0 commit comments

Comments
 (0)