haskell/GHCup Setup
Download a pre-built version of GHCup and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | GHCup version to install | — | latest |
| release-channels | Set the release-channels (deprecated, use 'config' instead) | — | — |
| stack-hook | Install the GHCup stack hook (GHCs are installed through ghcup) | — | false |
| ghc | GHC version to install | — | — |
| cabal | cabal-install version to install | — | — |
| stack | Stack version to install | — | — |
| hls | HLS version to install | — | — |
| config | GHCup config (partial or full) | — | {"meta-cache": 0 } |
Outputs
| name | description |
|---|---|
| path | Path to the installed GHCup binary |
| version | Version of the installed GHCup |
| basedir | Base directory of GHCup |
| bindir | Binary directory of GHCup |
| cachedir | Cache directory of GHCup |
| logsdir | Log directory of GHCup |
| confdir | Config directory of GHCup |