Skip to content

Commit 27a7460

Browse files
committed
Update supported GHC version table
1 parent 72b7ea3 commit 27a7460

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Generate a ChangeLog via `./GenChangelogs.hs <api-key> <tag>`
2222
- `<tag>` is the git tag you want to generate the ChangeLog from.
2323
- `<api-key>` is a github access key: https://github.com/settings/tokens
24+
- [ ] update https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html#current-ghc-version-support-status
2425
- [ ] create release branch as `wip/<version>`
2526
- `git switch -c wip/<version>`
2627
- [ ] create release tag as `<version>`
@@ -50,7 +51,6 @@
5051
- [ ] publish release on github
5152
- [ ] upload hackage packages
5253
- requires credentials
53-
- [ ] update https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html#current-ghc-version-support-status
5454
- [ ] Supported tools table needs to be updated:
5555
- https://www.haskell.org/ghcup/install/#supported-platforms
5656
- https://github.com/haskell/ghcup-hs/blob/master/docs/install.md#supported-platforms

docs/support/ghc-version-support.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +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.10.1 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2021
| 9.8.2 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |
2122
| 9.8.1 | [2.6.0.0](https://github.com/haskell/haskell-language-server/releases/tag/2.6.0.0) | full support |
2223
| 9.6.5 | [latest](https://github.com/haskell/haskell-language-server/releases/latest) | full support |

docs/support/plugin-support.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, a plugin to provide a formatter which has itself been abandoned has
3838
## Current plugin support tiers
3939

4040
| Plugin | Tier | Unsupported GHC versions |
41-
|-------------------------------------|------|--------------------------|
41+
| ----------------------------------- | ---- | ------------------------ |
4242
| ghcide core plugins | 1 | |
4343
| `hls-call-hierarchy-plugin` | 1 | |
4444
| `hls-code-range-plugin` | 1 | |
@@ -47,23 +47,24 @@ For example, a plugin to provide a formatter which has itself been abandoned has
4747
| `hls-refactor-plugin` | 1 | |
4848
| `hls-alternate-number-plugin` | 2 | |
4949
| `hls-cabal-fmt-plugin` | 2 | |
50+
| `hls-cabal-gild-plugin` | 2 | |
5051
| `hls-class-plugin` | 2 | |
5152
| `hls-change-type-signature-plugin` | 2 | |
5253
| `hls-eval-plugin` | 2 | |
5354
| `hls-explicit-fixity-plugin` | 2 | |
5455
| `hls-explicit-record-fields-plugin` | 2 | |
5556
| `hls-fourmolu-plugin` | 2 | |
5657
| `hls-gadt-plugin` | 2 | |
57-
| `hls-hlint-plugin` | 2 | |
58+
| `hls-hlint-plugin` | 2 | 9.10.1 |
5859
| `hls-module-name-plugin` | 2 | |
5960
| `hls-notes-plugin` | 2 | |
6061
| `hls-qualify-imported-names-plugin` | 2 | |
6162
| `hls-ormolu-plugin` | 2 | |
6263
| `hls-rename-plugin` | 2 | |
63-
| `hls-stylish-haskell-plugin` | 2 | |
64+
| `hls-stylish-haskell-plugin` | 2 | 9.10.1 |
6465
| `hls-overloaded-record-dot-plugin` | 2 | |
6566
| `hls-semantic-tokens-plugin` | 2 | |
66-
| `hls-floskell-plugin` | 3 | |
67-
| `hls-stan-plugin` | 3 | 9.2.(4-8) |
68-
| `hls-retrie-plugin` | 3 | |
69-
| `hls-splice-plugin` | 3 | |
67+
| `hls-floskell-plugin` | 3 | 9.10.1 |
68+
| `hls-stan-plugin` | 3 | 9.2.(4-8), 9.10.1 |
69+
| `hls-retrie-plugin` | 3 | 9.10.1 |
70+
| `hls-splice-plugin` | 3 | 9.10.1 |

0 commit comments

Comments
 (0)