ghcup
Haskell toolchain installer.
Install, manage, and update Haskell toolchains.
- Start the interactive TUI:
ghcup tui
- List available GHC/cabal versions:
ghcup list
- Install the recommended GHC version:
ghcup install ghc
- Install a specific GHC version:
ghcup install ghc {version}
- Set the currently "active" GHC version:
ghcup set ghc {version}
ghcup install cabal
ghcup upgrade
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).