From 639668337baf7f73f69c36c3a7012584805c5d35 Mon Sep 17 00:00:00 2001 From: openingnow Date: Tue, 3 Jan 2023 01:55:25 +0900 Subject: [PATCH] Update list of unsupported plugins (#3429) * Update list of unsupported plugins I checked fourmolu and hlint work fine with ghc 9.4. Other plugins are updated according to the following issues: ghc 9.2: https://github.com/haskell/haskell-language-server/issues/2982 ghc 9.4: https://github.com/haskell/haskell-language-server/issues/3190 * Also mark `retrie` as compatible with ghc 9.2 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/support/plugin-support.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/support/plugin-support.md b/docs/support/plugin-support.md index 9f115a46e5..bfe7ce1432 100644 --- a/docs/support/plugin-support.md +++ b/docs/support/plugin-support.md @@ -44,7 +44,7 @@ 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.4 | +| `hls-refactor-plugin` | 1 | | | `hls-alternate-number-plugin` | 2 | | | `hls-cabal-fmt-plugin` | 2 | | | `hls-class-plugin` | 2 | | @@ -53,9 +53,9 @@ For example, a plugin to provide a formatter which has itself been abandoned has | `hls-explicit-fixity-plugin` | 2 | | | `hls-explicit-record-fields-plugin` | 2 | | | `hls-floskell-plugin` | 2 | 9.4 | -| `hls-fourmolu-plugin` | 2 | 9.4 | -| `hls-gadt-plugin` | 2 | 9.4 | -| `hls-hlint-plugin` | 2 | 9.4 | +| `hls-fourmolu-plugin` | 2 | | +| `hls-gadt-plugin` | 2 | | +| `hls-hlint-plugin` | 2 | | | `hls-module-name-plugin` | 2 | | | `hls-qualify-imported-names-plugin` | 2 | | | `hls-ormolu-plugin` | 2 | 9.4 | @@ -66,5 +66,5 @@ For example, a plugin to provide a formatter which has itself been abandoned has | `hls-brittany-plugin` | 3 | 9.2, 9.4 | | `hls-haddock-comments-plugin` | 3 | 9.2, 9.4 | | `hls-stan-plugin` | 3 | 8.6, 9.0, 9.2, 9.4 | -| `hls-retrie-plugin` | 3 | 9.2, 9.4 | -| `hls-splice-plugin` | 3 | 9.4 | +| `hls-retrie-plugin` | 3 | | +| `hls-splice-plugin` | 3 | |