Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.2.0 (Syncs up pre-release and release version) #594

Merged
merged 4 commits into from
Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for vscode-haskell

## 2.2.0

- Bump version to 2.2.0 (Syncs up pre-release and release version)
([#594](https://github.com/haskell/vscode-haskell/pull/594)) by @fendor

## 2.0.1

- Bad error message when ghcup is not installed
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,20 +164,29 @@ The defaults (when omitted) are as follows:

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

At last, if you don't want `ghcup` to manage any of the external tools except `hls`, you can use:

```json
{
"haskell.toolchain": {
"ghc": null,
"cabal": null,
"stack": null
}
}
```

### Supported GHC versions

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!
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!

| GHC | Linux | macOS | Windows |
| --------------------------------------------------------------------------------- | ----- | ----- | ------- |
| 9.2.2 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
| 9.2.1 ([limited](https://github.com/haskell/haskell-language-server/issues/2179)) ||||
| 9.0.2 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
| 9.0.1 ([limited](https://github.com/haskell/haskell-language-server/issues/297)) ||||
| 8.10.7 ||||
| 8.10.6 ||||
| 8.10.5 ||||
| 8.8.4 ||||
| 8.8.3 ||| |
| 8.6.5 ||||

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

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

## FAQ

### Troubleshooting

#### Check issues and tips in the haskell-language-server project
Expand Down
Loading