Skip to content

Commit

Permalink
Add Stack 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 20, 2024
1 parent c702f12 commit 33585e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
| `stack-setup-ghc` | If set, `enable-stack` must be set. Runs stack setup to install the specified GHC. (Note: setting this does _not_ imply `stack-no-global`.) | "boolean" | false/unset |
| `disable-matcher` | If set, disables match messages from GHC as GitHub CI annotations. | "boolean" | false/unset |
| `cabal-update` | If set to `false`, skip `cabal update` step. | `boolean` | `true` |
| `ghcup-release-channel` | If set, add a [release channel](https://www.haskell.org/ghcup/guide/#metadata) to ghcup. | `URL` | none |
| `ghcup-release-channel` | If set, add a [release channel](https://www.haskell.org/ghcup/guide/#metadata) to ghcup. | `URL` | none |

Note: "boolean" types are set/unset, not true/false.
That is, setting any "boolean" to a value other than the empty string (`""`) will be considered true/set.
Expand Down Expand Up @@ -318,7 +318,8 @@ Recommendation: Use the latest available version if possible.
**Stack:** (with `enable-stack: true`)

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

1 change: 1 addition & 0 deletions lib/versions.json

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

1 change: 1 addition & 0 deletions src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"2.4.1.0"
],
"stack": [
"2.15.7",
"2.15.5",
"2.15.3",
"2.15.1",
Expand Down

0 comments on commit 33585e1

Please sign in to comment.