From a547d9af8242b525f64c622aa7765e98b6868ed7 Mon Sep 17 00:00:00 2001 From: openingnow Date: Thu, 29 Dec 2022 22:42:56 +0900 Subject: [PATCH 1/2] 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 --- 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..89322add02 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 | 9.2 | +| `hls-splice-plugin` | 3 | | From ee45d044bd246e576b8ab91cbc34e759f524c44c Mon Sep 17 00:00:00 2001 From: openingnow Date: Thu, 29 Dec 2022 22:50:04 +0900 Subject: [PATCH 2/2] Also mark `retrie` as compatible with ghc 9.2 --- docs/support/plugin-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/plugin-support.md b/docs/support/plugin-support.md index 89322add02..bfe7ce1432 100644 --- a/docs/support/plugin-support.md +++ b/docs/support/plugin-support.md @@ -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 | +| `hls-retrie-plugin` | 3 | | | `hls-splice-plugin` | 3 | |