
ghcup
List of commands for ghcup:
-
ghcup:tldr:11963 ghcup: List available GHC/cabal versions.$ ghcup listtry on your machineexplain this command
-
ghcup:tldr:1d5a7 ghcup: Update `ghcup` itself.$ ghcup upgradetry on your machineexplain this command
-
ghcup:tldr:1de36 ghcup: Install cabal-install.$ ghcup install cabaltry on your machineexplain this command
-
ghcup:tldr:2e968 ghcup: Set the currently "active" GHC version.$ ghcup set ghc ${version}try on your machineexplain this command
-
ghcup:tldr:33f35 ghcup: Install a specific GHC version.$ ghcup install ghc ${version}try on your machineexplain this command
-
ghcup:tldr:444a0 ghcup: Start the interactive TUI.$ ghcup tuitry on your machineexplain this command
-
ghcup:tldr:56bf4 ghcup: Install the recommended GHC version.$ ghcup install ghctry on your machineexplain this command