Forrest logo
back to the ghcup tool

ghcup:tldr:11963

ghcup: List available GHC/cabal versions.
$ ghcup list
try on your machine

The command "ghcup list" is used to list the versions of the Glasgow Haskell Compiler (GHC) that have been installed on your system using the GHCup tool.

GHCup is a Haskell compiler version manager that helps you manage multiple versions of GHC on your machine. It allows you to switch between different GHC versions easily.

When you run the "ghcup list" command, it will display a list of GHC versions that have been installed using GHCup. Each version will be listed along with its corresponding installation path.

This command is useful when you have multiple GHC versions installed and you want to check which versions are available on your system or see the paths to their installations.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the ghcup tool