2025-03-14 21:59:59 -06:00
|
|
|
# ghcup
|
|
|
|
|
|
|
|
|
|
> Haskell toolchain installer.
|
|
|
|
|
> Install, manage, and update Haskell toolchains.
|
|
|
|
|
> More information: <https://gitlab.haskell.org/haskell/ghcup-hs>.
|
|
|
|
|
|
|
|
|
|
- Start the interactive TUI:
|
|
|
|
|
|
|
|
|
|
`ghcup tui`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- List available GHC/Cabal versions:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`ghcup list`
|
|
|
|
|
|
|
|
|
|
- Install the recommended GHC version:
|
|
|
|
|
|
|
|
|
|
`ghcup install ghc`
|
|
|
|
|
|
|
|
|
|
- Install a specific GHC version:
|
|
|
|
|
|
|
|
|
|
`ghcup install ghc {{version}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Activate a specific GHC version:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`ghcup set ghc {{version}}`
|
|
|
|
|
|
|
|
|
|
- Install cabal-install:
|
|
|
|
|
|
|
|
|
|
`ghcup install cabal`
|
|
|
|
|
|
|
|
|
|
- Update `ghcup` itself:
|
|
|
|
|
|
|
|
|
|
`ghcup upgrade`
|