Add `--no-set` to install commands, fixes #330
This also slightly changes the default for 'ghcup install cabal/stack/hls'... instead of only setting the installed version if it's the latest, we always set it. So the default is `--set`. For GHC, the default is `--no-set`.
parent
41ecf897
No related branches found
No related tags found
Showing
- app/ghcup/GHCup/OptParse.hs 4 additions, 4 deletionsapp/ghcup/GHCup/OptParse.hs
- app/ghcup/GHCup/OptParse/Common.hs 4 additions, 4 deletionsapp/ghcup/GHCup/OptParse/Common.hs
- app/ghcup/GHCup/OptParse/Compile.hs 2 additions, 12 deletionsapp/ghcup/GHCup/OptParse/Compile.hs
- app/ghcup/GHCup/OptParse/Install.hs 7 additions, 6 deletionsapp/ghcup/GHCup/OptParse/Install.hs
- lib/GHCup.hs 0 additions, 25 deletionslib/GHCup.hs
Loading
Please register or sign in to comment