Skip to content

Make GHCup isolate installs non-overwriting by default

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

ghcup's behavior for cabal / hls / stack now in isolated installs is overwriting. This MR changes that to non-overwriting.

if file already exists at the given isolated location, it will error and report so.

Merge request reports