Skip to content

Commit ea642ae

Browse files
committed
Update README for latest release
1 parent f23b37a commit ea642ae

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,29 @@ The defaults (when omitted) are as follows:
164164

165165
When a the value is `null`, the extension will refrain from installing it.
166166

167+
At last, if you don't want `ghcup` to manage any of the external tools except `hls`, you can use:
168+
169+
```json
170+
{
171+
"haskell.toolchain": {
172+
"ghc": null,
173+
"cabal": null,
174+
"stack": null
175+
}
176+
}
177+
```
178+
167179
### Supported GHC versions
168180

169-
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!
181+
These are the versions of GHC that there are binaries of `haskell-language-server-1.7.0` for. Building from source may support more versions!
170182

171183
| GHC | Linux | macOS | Windows |
172184
| --------------------------------------------------------------------------------- | ----- | ----- | ------- |
185+
| 9.2.2 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
173186
| 9.2.1 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
174187
| 9.0.2 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
175-
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
176188
| 8.10.7 ||||
177-
| 8.10.6 ||||
178-
| 8.10.5 ||||
179189
| 8.8.4 ||||
180-
| 8.8.3 ||| |
181190
| 8.6.5 ||||
182191

183192
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>
@@ -201,6 +210,8 @@ The language server is now started for each workspace folder you have in your mu
201210

202211
Please include the output when filing any issues on the [haskell-language-server](https://github.com/haskell/haskell-language-server/issues/new) issue tracker.
203212

213+
## FAQ
214+
204215
### Troubleshooting
205216

206217
#### Check issues and tips in the haskell-language-server project

0 commit comments

Comments
 (0)