File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,19 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre
89
89
90
90
### Supported GHC versions
91
91
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 | ✓ | ✓ | ✓ |
103
105
104
106
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 >
105
107
You can’t perform that action at this time.
0 commit comments