Skip to content

[Feat] Force Install

Arjun Kathuria requested to merge arjun/ghcup-hs:feat-force into master

MR to add the --force option to ghcup install * commands.

  • Scope
  • Should work for all tools (ghc / cabal / hls / stack)
  • Should work with isolate installs
  • Behaviour
  1. For regular installs, first remove the already installed tool when forced installed
  2. For isolate installs, overwrite the previous one (may or maynot tell user that)
Edited by Arjun Kathuria

Merge request reports