From b8217adea532f1d538aabfbddede407bdd43f0a1 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Thu, 16 Nov 2023 12:18:11 +0000 Subject: [PATCH] Fix support tables (#3874) --- docs/support/ghc-version-support.md | 14 +++++++------- docs/support/plugin-support.md | 24 ++++++++++++------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/support/ghc-version-support.md b/docs/support/ghc-version-support.md index 3f95b1c8a6..27b4c2626f 100644 --- a/docs/support/ghc-version-support.md +++ b/docs/support/ghc-version-support.md @@ -18,23 +18,23 @@ 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.6.3 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | basic support | -| 9.6.2 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/latest) | basic support | -| 9.6.1 | [2.0.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.0.0.0) | basic support | +| 9.6.3 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | +| 9.6.2 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated | +| 9.6.1 | [2.0.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.0.0.0) | deprecated | | 9.4.7 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | -| 9.4.6 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/latest) | full support | -| 9.4.5 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/latest) | full support | +| 9.4.6 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated | +| 9.4.5 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated | | 9.4.4 | [1.10.0.0](https://github.com/haskell/haskell-language-server/releases/tag/1.10.0.0) | deprecated | | 9.4.3 | [1.9.1.0](https://github.com/haskell/haskell-language-server/releases/tag/1.9.1.0) | deprecated | | 9.4.(1,2) | [1.8.0.0](https://github.com/haskell/haskell-language-server/releases/tag/1.8.0.0) | deprecated | | 9.2.8 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | -| 9.2.7 | [2.0.0.1](https://github.com/haskell/haskell-language-server/releases/tag/2.0.0.1) | full support | +| 9.2.7 | [2.0.0.1](https://github.com/haskell/haskell-language-server/releases/tag/2.0.0.1) | deprecated | | 9.2.(5,6) | [1.9.1.0](https://github.com/haskell/haskell-language-server/releases/tag/1.9.1.0) | deprecated | | 9.2.(3,4) | [1.8.0.0](https://github.com/haskell/haskell-language-server/releases/tag/1.8.0.0) | deprecated | | 9.2.(1,2) | [1.7.0.0](https://github.com/haskell/haskell-language-server/releases/tag/1.7.0.0) | deprecated | | 9.0.2 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support | | 9.0.1 | [1.6.1.0](https://github.com/haskell/haskell-language-server/releases/tag/1.6.1.0) | deprecated | -| 8.10.7 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | full support | +| 8.10.7 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated | | 8.10.6 | [1.6.1.0](https://github.com/haskell/haskell-language-server/releases/tag/1.6.1.0) | deprecated | | 8.10.5 | [1.5.1](https://github.com/haskell/haskell-language-server/releases/tag/1.5.1) | deprecated | | 8.10.(4,3,2) | [1.4.0](https://github.com/haskell/haskell-language-server/releases/tag/1.4.0) | deprecated | diff --git a/docs/support/plugin-support.md b/docs/support/plugin-support.md index aa16132943..c6e2e02cd9 100644 --- a/docs/support/plugin-support.md +++ b/docs/support/plugin-support.md @@ -44,23 +44,23 @@ 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 | | +| `hls-refactor-plugin` | 1 | 9.8 | | `hls-alternate-number-plugin` | 2 | | | `hls-cabal-fmt-plugin` | 2 | | -| `hls-class-plugin` | 2 | | +| `hls-class-plugin` | 2 | 9.8 | | `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 | | -| `hls-hlint-plugin` | 2 | | +| `hls-fourmolu-plugin` | 2 | 9.8 | +| `hls-gadt-plugin` | 2 | 9.8 | +| `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 | | -| `hls-stylish-haskell-plugin` | 2 | | -| `hls-overloaded-record-dot-plugin` | 2 | 8.10, 9.0 | -| `hls-floskell-plugin` | 3 | 9.6 | -| `hls-retrie-plugin` | 3 | | -| `hls-splice-plugin` | 3 | | +| `hls-ormolu-plugin` | 2 | 9.8 | +| `hls-rename-plugin` | 2 | 9.8 | +| `hls-stylish-haskell-plugin` | 2 | 9.8 | +| `hls-overloaded-record-dot-plugin` | 2 | 9.0 | +| `hls-floskell-plugin` | 3 | 9.6, 9.8 | +| `hls-retrie-plugin` | 3 | 9.8 | +| `hls-splice-plugin` | 3 | 9.8 |