Skip to content

Commit

Permalink
Add GHC 9.8.2, stack 2.15.1, cabal 3.10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 28, 2024
1 parent 802b61b commit 594e355
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.

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

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

- `latest` (default, recommended)
- `2.15.1` `2.15`
- `2.13.1` `2.13`
- `2.11.1` `2.11`
- `2.9.3` `2.9`
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ghc": [
"9.8.2",
"9.8.1",
"9.6.4",
"9.6.3",
Expand Down Expand Up @@ -48,6 +49,7 @@
"7.10.3"
],
"cabal": [
"3.10.2.1",
"3.10.2.0",
"3.10.1.0",
"3.8.1.0",
Expand All @@ -60,6 +62,7 @@
"2.4.1.0"
],
"stack": [
"2.15.1",
"2.13.1",
"2.11.1",
"2.9.3",
Expand Down

0 comments on commit 594e355

Please sign in to comment.