Skip to content

Commit 46b0a43

Browse files
ulysses4everandreasabel
authored andcommitted
README: fix ghcup link for channels
1 parent 64aa514 commit 46b0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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/#pre-release-channels) 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.

0 commit comments

Comments
 (0)