Skip to content

Commit

Permalink
Update list of unsupported plugins (#3429)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
openingnow and mergify[bot] authored Jan 2, 2023
1 parent cf38033 commit 6396683
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/support/plugin-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand All @@ -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 |
Expand All @@ -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 | |

0 comments on commit 6396683

Please sign in to comment.