Skip to content
  • Sponsor haskell/haskell-language-server

  • Notifications You must be signed in to change notification settings
  • Fork 398
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca6af01

Browse files
committedJun 14, 2024·
Update supported GHC version table
1 parent a7926a1 commit ca6af01

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎RELEASING.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ For example, a plugin to provide a formatter which has itself been abandoned has
6464
| `hls-overloaded-record-dot-plugin` | 2 | |
6565
| `hls-semantic-tokens-plugin` | 2 | |
6666
| `hls-floskell-plugin` | 3 | |
67-
| `hls-stan-plugin` | 3 | 9.2.(4-8) |
67+
| `hls-stan-plugin` | 3 | 9.2.(4-8), 9.10.1 |
6868
| `hls-retrie-plugin` | 3 | |
6969
| `hls-splice-plugin` | 3 | |

0 commit comments

Comments
 (0)
Please sign in to comment.