couple of windows indentation fixes in source files
This commit is contained in:
parent
aee7fa52c3
commit
8e4550657e
@ -1296,7 +1296,8 @@ rmGhcup = do
|
|||||||
let ghcupFilepath = binDir </> ghcupFilename
|
let ghcupFilepath = binDir </> ghcupFilename
|
||||||
currentRunningExecPath <- liftIO $ getExecutablePath
|
currentRunningExecPath <- liftIO $ getExecutablePath
|
||||||
if currentRunningExecPath == ghcupFilepath
|
if currentRunningExecPath == ghcupFilepath
|
||||||
then do
|
then
|
||||||
|
do
|
||||||
#if defined(IS_WINDOWS)
|
#if defined(IS_WINDOWS)
|
||||||
-- since it doesn't seem possible to delete a running exec in windows
|
-- since it doesn't seem possible to delete a running exec in windows
|
||||||
-- we move it to temp dir, to be deleted at next reboot
|
-- we move it to temp dir, to be deleted at next reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user