Skip to content

Commit 22745bb

Browse files
committed
Update ghc supported versions
1 parent b36d3ea commit 22745bb

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,18 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre
109109

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

112-
| GHC | Linux | macOS | Windows |
113-
| ------ | ----- | ----- | ------- |
114-
| 8.10.4 | ✓ | ✓ | ✓ |
115-
| 8.10.3 | ✓ | ✓ | ✓ |
116-
| 8.10.2 | ✓ | ✓ | ✓ |
117-
| 8.8.4 | ✓ | ✓ | ✓ |
118-
| 8.8.3 | ✓ | ✓ | |
119-
| 8.8.2 | ✓ | ✓ | |
120-
| 8.6.5 | ✓ | ✓ | ✓ |
121-
| 8.6.4 | ✓ | ✓ | ✓ |
112+
| GHC | Linux | macOS | Windows |
113+
| -------------------------------------------------------------------------------- | ----- | ----- | ------- |
114+
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) | ✓ | ✓ | ✓ |
115+
| 8.10.5 | ✓ | ✓ | ✓ |
116+
| 8.10.4 | ✓ | ✓ | ✓ |
117+
| 8.10.3 | ✓ | ✓ | ✓ |
118+
| 8.10.2 | ✓ | ✓ | ✓ |
119+
| 8.8.4 | ✓ | ✓ | ✓ |
120+
| 8.8.3 | ✓ | ✓ | |
121+
| 8.8.2 | ✓ | ✓ | |
122+
| 8.6.5 | ✓ | ✓ | ✓ |
123+
| 8.6.4 | ✓ | ✓ | ✓ |
122124

123125
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>
124126

0 commit comments

Comments
 (0)