Skip to content

Commit 594e355

Browse files
committed
Add GHC 9.8.2, stack 2.15.1, cabal 3.10.2.1
1 parent 802b61b commit 594e355

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
244244

245245
- `latest-nightly` (requires the resp. `ghcup-release-channel`, e.g. `https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml`)
246246
- `latest` (default)
247-
- `9.8.1` `9.8`
247+
- `9.8.2` `9.8`
248+
- `9.8.1`
248249
- `9.6.4` `9.6`
249250
- `9.6.3`
250251
- `9.6.2`
@@ -297,7 +298,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.
297298

298299
- `head` (the [cabal-head](https://github.com/haskell/cabal/releases/tag/cabal-head) release of the most recent build of the `master` branch)
299300
- `latest` (default, recommended)
300-
- `3.10.2.0` `3.10`
301+
- `3.10.2.1` `3.10`
302+
- `3.10.2.0`
301303
- `3.10.1.0`
302304
- `3.8.1.0` `3.8`
303305
- `3.6.2.0` `3.6`
@@ -313,6 +315,7 @@ Recommendation: Use the latest available version if possible.
313315
**Stack:** (with `enable-stack: true`)
314316

315317
- `latest` (default, recommended)
318+
- `2.15.1` `2.15`
316319
- `2.13.1` `2.13`
317320
- `2.11.1` `2.11`
318321
- `2.9.3` `2.9`

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/versions.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ghc": [
3+
"9.8.2",
34
"9.8.1",
45
"9.6.4",
56
"9.6.3",
@@ -48,6 +49,7 @@
4849
"7.10.3"
4950
],
5051
"cabal": [
52+
"3.10.2.1",
5153
"3.10.2.0",
5254
"3.10.1.0",
5355
"3.8.1.0",
@@ -60,6 +62,7 @@
6062
"2.4.1.0"
6163
],
6264
"stack": [
65+
"2.15.1",
6366
"2.13.1",
6467
"2.11.1",
6568
"2.9.3",

0 commit comments

Comments
 (0)