From aab466bc3895f9ba7f5408eaddea99759f6670cc Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Fri, 19 Jan 2024 11:14:44 +0000 Subject: [PATCH] Update support tables Now @wz1000 has fixed the exactprint plugins I think we can declare full support for 9.8. --- docs/support/ghc-version-support.md | 2 +- docs/support/plugin-support.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/support/ghc-version-support.md b/docs/support/ghc-version-support.md index 2da009e848..2afea19ef1 100644 --- a/docs/support/ghc-version-support.md +++ b/docs/support/ghc-version-support.md @@ -17,7 +17,7 @@ Support status (see the support policy below for more details): | GHC version | Last supporting HLS version | Support status | |--------------|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------| -| 9.8.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | initial support | +| 9.8.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | | 9.6.4 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | | 9.6.3 | [2.5.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.5.0.0) | full support | | 9.6.2 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated | diff --git a/docs/support/plugin-support.md b/docs/support/plugin-support.md index 487aca6f21..72de6475c4 100644 --- a/docs/support/plugin-support.md +++ b/docs/support/plugin-support.md @@ -44,25 +44,25 @@ For example, a plugin to provide a formatter which has itself been abandoned has | `hls-code-range-plugin` | 1 | | | `hls-explicit-imports-plugin` | 1 | | | `hls-pragmas-plugin` | 1 | | -| `hls-refactor-plugin` | 1 | 9.8 | +| `hls-refactor-plugin` | 1 | | | `hls-alternate-number-plugin` | 2 | | | `hls-cabal-fmt-plugin` | 2 | | -| `hls-class-plugin` | 2 | 9.8 | +| `hls-class-plugin` | 2 | | | `hls-change-type-signature-plugin` | 2 | | | `hls-eval-plugin` | 2 | | | `hls-explicit-fixity-plugin` | 2 | | | `hls-explicit-record-fields-plugin` | 2 | | | `hls-fourmolu-plugin` | 2 | | -| `hls-gadt-plugin` | 2 | 9.8 | +| `hls-gadt-plugin` | 2 | | | `hls-hlint-plugin` | 2 | 9.8 | | `hls-module-name-plugin` | 2 | | | `hls-qualify-imported-names-plugin` | 2 | | | `hls-ormolu-plugin` | 2 | | -| `hls-rename-plugin` | 2 | 9.8 | +| `hls-rename-plugin` | 2 | | | `hls-stylish-haskell-plugin` | 2 | 9.8 | | `hls-overloaded-record-dot-plugin` | 2 | | | `hls-semantic-tokens-plugin` | 2 | | | `hls-floskell-plugin` | 3 | 9.8 | | `hls-stan-plugin` | 3 | 9.2.(4-8) | -| `hls-retrie-plugin` | 3 | 9.8 | -| `hls-splice-plugin` | 3 | 9.8 | +| `hls-retrie-plugin` | 3 | | +| `hls-splice-plugin` | 3 | |