Skip to content

Commit 6396683

Browse files
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: #2982 ghc 9.4: #3190 * Also mark `retrie` as compatible with ghc 9.2 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent cf38033 commit 6396683

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/support/plugin-support.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For example, a plugin to provide a formatter which has itself been abandoned has
4444
| `hls-code-range-plugin` | 1 | |
4545
| `hls-explicit-imports-plugin` | 1 | |
4646
| `hls-pragmas-plugin` | 1 | |
47-
| `hls-refactor-plugin` | 1 | 9.4 |
47+
| `hls-refactor-plugin` | 1 | |
4848
| `hls-alternate-number-plugin` | 2 | |
4949
| `hls-cabal-fmt-plugin` | 2 | |
5050
| `hls-class-plugin` | 2 | |
@@ -53,9 +53,9 @@ For example, a plugin to provide a formatter which has itself been abandoned has
5353
| `hls-explicit-fixity-plugin` | 2 | |
5454
| `hls-explicit-record-fields-plugin` | 2 | |
5555
| `hls-floskell-plugin` | 2 | 9.4 |
56-
| `hls-fourmolu-plugin` | 2 | 9.4 |
57-
| `hls-gadt-plugin` | 2 | 9.4 |
58-
| `hls-hlint-plugin` | 2 | 9.4 |
56+
| `hls-fourmolu-plugin` | 2 | |
57+
| `hls-gadt-plugin` | 2 | |
58+
| `hls-hlint-plugin` | 2 | |
5959
| `hls-module-name-plugin` | 2 | |
6060
| `hls-qualify-imported-names-plugin` | 2 | |
6161
| `hls-ormolu-plugin` | 2 | 9.4 |
@@ -66,5 +66,5 @@ For example, a plugin to provide a formatter which has itself been abandoned has
6666
| `hls-brittany-plugin` | 3 | 9.2, 9.4 |
6767
| `hls-haddock-comments-plugin` | 3 | 9.2, 9.4 |
6868
| `hls-stan-plugin` | 3 | 8.6, 9.0, 9.2, 9.4 |
69-
| `hls-retrie-plugin` | 3 | 9.2, 9.4 |
70-
| `hls-splice-plugin` | 3 | 9.4 |
69+
| `hls-retrie-plugin` | 3 | |
70+
| `hls-splice-plugin` | 3 | |

0 commit comments

Comments
 (0)