Skip to content

Commit a7c478b

Browse files
michaelpjjosephsumabat
authored andcommitted
Update support tables (haskell#3987)
Now @wz1000 has fixed the exactprint plugins I think we can declare full support for 9.8.
1 parent 7040f8a commit a7c478b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/support/ghc-version-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Support status (see the support policy below for more details):
1717

1818
| GHC version | Last supporting HLS version | Support status |
1919
|--------------|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|
20-
| 9.8.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | initial support |
20+
| 9.8.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2121
| 9.6.4 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2222
| 9.6.3 | [2.5.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.5.0.0) | full support |
2323
| 9.6.2 | [2.2.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.2.0.0) | deprecated |

docs/support/plugin-support.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ 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.8 |
47+
| `hls-refactor-plugin` | 1 | |
4848
| `hls-alternate-number-plugin` | 2 | |
4949
| `hls-cabal-fmt-plugin` | 2 | |
50-
| `hls-class-plugin` | 2 | 9.8 |
50+
| `hls-class-plugin` | 2 | |
5151
| `hls-change-type-signature-plugin` | 2 | |
5252
| `hls-eval-plugin` | 2 | |
5353
| `hls-explicit-fixity-plugin` | 2 | |
5454
| `hls-explicit-record-fields-plugin` | 2 | |
5555
| `hls-fourmolu-plugin` | 2 | |
56-
| `hls-gadt-plugin` | 2 | 9.8 |
56+
| `hls-gadt-plugin` | 2 | |
5757
| `hls-hlint-plugin` | 2 | 9.8 |
5858
| `hls-module-name-plugin` | 2 | |
5959
| `hls-qualify-imported-names-plugin` | 2 | |
6060
| `hls-ormolu-plugin` | 2 | |
61-
| `hls-rename-plugin` | 2 | 9.8 |
61+
| `hls-rename-plugin` | 2 | |
6262
| `hls-stylish-haskell-plugin` | 2 | 9.8 |
6363
| `hls-overloaded-record-dot-plugin` | 2 | |
6464
| `hls-semantic-tokens-plugin` | 2 | |
6565
| `hls-floskell-plugin` | 3 | 9.8 |
6666
| `hls-stan-plugin` | 3 | 9.2.(4-8) |
67-
| `hls-retrie-plugin` | 3 | 9.8 |
68-
| `hls-splice-plugin` | 3 | 9.8 |
67+
| `hls-retrie-plugin` | 3 | |
68+
| `hls-splice-plugin` | 3 | |

0 commit comments

Comments
 (0)