Skip to content

Commit d31c74f

Browse files
authored
Merge pull request #350 from haskell/update-ghc-versions
Update ghc supported versions
2 parents a25b5fa + 948f53c commit d31c74f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,17 @@ These are the versions of GHC that there are binaries of `haskell-language-serve
9292
9393
| GHC | Linux | macOS | Windows |
9494
| ------ | ----- | ----- | ------- |
95+
| 8.10.4 | ✓ | ✓ | ✓ |
9596
| 8.10.3 | ✓ | ✓ | ✓ |
9697
| 8.10.2 | ✓ | ✓ | ✓ |
97-
| 8.10.1 | ✓ | ✓ | ✓ |
9898
| 8.8.4 | ✓ | ✓ | ✓ |
9999
| 8.8.3 | ✓ | ✓ | |
100100
| 8.8.2 | ✓ | ✓ | |
101101
| 8.6.5 | ✓ | ✓ | ✓ |
102102
| 8.6.4 | ✓ | ✓ | ✓ |
103103
104+
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+
104106
## Using multi-root workspaces
105107
106108
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.

0 commit comments

Comments
 (0)