Created
October 7, 2020 08:21
-
-
Save dminuoso/daa633ce513a71b5df3bfef0c0b41e5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.4$ ghcup install ghc-8.6.5 | |
[ Warn ] New GHC version available: 8.10.2. To upgrade, run 'ghcup install ghc 8.10.2' | |
[ Warn ] This is an old-style command for installing GHC. Use 'ghcup install ghc' instead. | |
[ Warn ] GHC ver 8.6.5 already installed, you may want to run 'ghcup rm ghc 8.6.5' first | |
bash-4.4$ ghcup set ghc-8.6.5 | |
[ Warn ] New GHC version available: 8.10.2. To upgrade, run 'ghcup install ghc 8.10.2' | |
[ Warn ] This is an old-style command for setting GHC. Use 'ghcup set ghc' instead. | |
[ Error ] NotInstalled GHC "8.6.5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment