commands.sh

ghcup

all

Haskell toolchain installer. Install, manage, and update Haskell toolchains.

More info →

Examples (7)

Start the interactive TUI

ghcup tui

List available GHC/Cabal versions

ghcup list

Install the recommended GHC version

Install a specific GHC version

ghcup install ghc version

Activate a specific GHC version

ghcup set ghc version

Install cabal-install

Update `ghcup` itself

ghcup upgrade
made by @shridhargupta | data from tldr-pages