Make GHCup isolate installs non-overwriting by default
1 unresolved thread
1 unresolved thread
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
Activity
mentioned in issue #210 (closed)
483 483 <> maybe "" (("-" <>) . T.unpack . prettyVer) mver' 484 484 <> exeExt 485 485 let destPath = inst </> destFileName 486 487 whenM (checkFileAlreadyExists destPath) changed this line in version 2 of the diff
added 1 commit
- df758d82 - swap checkFileAlreadyExists with throwIfFileAlreadyExists
Please register or sign in to reply