diff --git a/README.md b/README.md index 75a0b57b..c72949a4 100644 --- a/README.md +++ b/README.md @@ -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.