Skip to content

Commit 33585e1

Browse files
committed
Add Stack 2.15.7
1 parent c702f12 commit 33585e1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
| `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 |
201201
| `disable-matcher` | If set, disables match messages from GHC as GitHub CI annotations. | "boolean" | false/unset |
202202
| `cabal-update` | If set to `false`, skip `cabal update` step. | `boolean` | `true` |
203-
| `ghcup-release-channel` | If set, add a [release channel](https://www.haskell.org/ghcup/guide/#metadata) to ghcup. | `URL` | none |
203+
| `ghcup-release-channel` | If set, add a [release channel](https://www.haskell.org/ghcup/guide/#metadata) to ghcup. | `URL` | none |
204204

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

320320
- `latest` (default, recommended)
321-
- `2.15.5` `2.15`
321+
- `2.15.7` `2.15`
322+
- `2.15.5`
322323
- `2.15.3`
323324
- `2.15.1`
324325
- `2.13.1` `2.13`

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: 1 addition & 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"2.4.1.0"
6666
],
6767
"stack": [
68+
"2.15.7",
6869
"2.15.5",
6970
"2.15.3",
7071
"2.15.1",

0 commit comments

Comments
 (0)