Skip to content

Commit

Permalink
Add cabal 3.10.3.0 and stack 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 21, 2024
1 parent 594e355 commit 2492c12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ Suggestion: Try to support at least the three latest major versions of GHC.

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

- `latest` (default, recommended)
- `2.15.1` `2.15`
- `2.15.3` `2.15`
- `2.15.1`
- `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.

4 changes: 3 additions & 1 deletion lib/versions.json

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

4 changes: 3 additions & 1 deletion src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"7.10.3"
],
"cabal": [
"3.10.3.0",
"3.10.2.1",
"3.10.2.0",
"3.10.1.0",
Expand All @@ -62,6 +63,7 @@
"2.4.1.0"
],
"stack": [
"2.15.3",
"2.15.1",
"2.13.1",
"2.11.1",
Expand All @@ -88,5 +90,5 @@
"1.3.0",
"1.2.0"
],
"ghcup": ["0.1.20.0"]
"ghcup": ["0.1.22.0"]
}

0 comments on commit 2492c12

Please sign in to comment.