Skip to content

Commit

Permalink
Add GHC 9.6.5 and Stack 2.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 20, 2024
1 parent ca7ecf7 commit 64aa514
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
- `latest` (default)
- `9.8.2` `9.8`
- `9.8.1`
- `9.6.4` `9.6`
- `9.6.5` `9.6`
- `9.6.4`
- `9.6.3`
- `9.6.2`
- `9.6.1`
Expand Down Expand Up @@ -316,7 +317,8 @@ Recommendation: Use the latest available version if possible.
**Stack:** (with `enable-stack: true`)

- `latest` (default, recommended)
- `2.15.3` `2.15`
- `2.15.5` `2.15`
- `2.15.3`
- `2.15.1`
- `2.13.1` `2.13`
- `2.11.1` `2.11`
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.

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

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

2 changes: 2 additions & 0 deletions src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ghc": [
"9.8.2",
"9.8.1",
"9.6.5",
"9.6.4",
"9.6.3",
"9.6.2",
Expand Down Expand Up @@ -63,6 +64,7 @@
"2.4.1.0"
],
"stack": [
"2.15.5",
"2.15.3",
"2.15.1",
"2.13.1",
Expand Down

0 comments on commit 64aa514

Please sign in to comment.