Skip to content

Commit e81160d

Browse files
authored
Merge pull request #594 from fendor/release/2.2.0
Bump version to 2.2.0 (Syncs up pre-release and release version)
2 parents 311556e + 0092333 commit e81160d

File tree

3 files changed

+218
-119
lines changed

3 files changed

+218
-119
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for vscode-haskell
22

3+
## 2.2.0
4+
5+
- Bump version to 2.2.0 (Syncs up pre-release and release version)
6+
([#594](https://github.com/haskell/vscode-haskell/pull/594)) by @fendor
7+
38
## 2.0.1
49

510
- Bad error message when ghcup is not installed

README.md

+16-5
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)