From a27ab5b3f663bc8352d0c319b1d28f73013d6159 Mon Sep 17 00:00:00 2001 From: Benjamin M Date: Wed, 9 Mar 2022 11:21:06 +0100 Subject: [PATCH] Update README.MD GHC support Updated version of 'haskell-language-server' and added status of GHC 9.2.1 --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fe040793..d1fcf59d 100644 --- a/README.md +++ b/README.md @@ -89,17 +89,19 @@ Note that if `haskell-language-server-wrapper`/`haskell-language-server` is alre ### Supported GHC versions -These are the versions of GHC that there are binaries of `haskell-language-server-1.5.1` for. Building from source may support more versions! - -| GHC | Linux | macOS | Windows | -| -------------------------------------------------------------------------------- | ----- | ----- | ------- | -| 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 | ✓ | ✓ | ✓ | +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! + +| GHC | Linux | macOS | Windows | +| --------------------------------------------------------------------------------- | ----- | ----- | ------- | +| 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: