Skip to content

Commit

Permalink
Merge pull request #350 from haskell/update-ghc-versions
Browse files Browse the repository at this point in the history
Update ghc supported versions
  • Loading branch information
jneira authored Feb 25, 2021
2 parents a25b5fa + 948f53c commit d31c74f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,17 @@ These are the versions of GHC that there are binaries of `haskell-language-serve

| GHC | Linux | macOS | Windows |
| ------ | ----- | ----- | ------- |
| 8.10.4 ||||
| 8.10.3 ||||
| 8.10.2 ||||
| 8.10.1 ||||
| 8.8.4 ||||
| 8.8.3 ||| |
| 8.8.2 ||| |
| 8.6.5 ||||
| 8.6.4 ||||

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

## Using multi-root workspaces

First, check out [what multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) are. The idea of using multi-root workspaces, is to be able to work on several different Haskell projects, where the GHC version or stackage LTS could differ, and have it work smoothly.
Expand Down

0 comments on commit d31c74f

Please sign in to comment.