Make hlint shut up
This commit is contained in:
parent
c42c4b64f9
commit
6f61b5dbef
@ -210,12 +210,12 @@ installGHCBindist dlinfo ver isoFilepath forceInstall = do
|
|||||||
| not forceInstall
|
| not forceInstall
|
||||||
, regularGHCInstalled
|
, regularGHCInstalled
|
||||||
, Nothing <- isoFilepath -> do
|
, Nothing <- isoFilepath -> do
|
||||||
(throwE $ AlreadyInstalled GHC ver)
|
throwE $ AlreadyInstalled GHC ver
|
||||||
|
|
||||||
| forceInstall
|
| forceInstall
|
||||||
, regularGHCInstalled
|
, regularGHCInstalled
|
||||||
, Nothing <- isoFilepath -> do
|
, Nothing <- isoFilepath -> do
|
||||||
lift $ logInfo $ "Removing the currently installed GHC version first!"
|
lift $ logInfo "Removing the currently installed GHC version first!"
|
||||||
liftE $ rmGHCVer tver
|
liftE $ rmGHCVer tver
|
||||||
|
|
||||||
| otherwise -> pure ()
|
| otherwise -> pure ()
|
||||||
@ -449,7 +449,7 @@ installCabalBindist dlinfo ver isoFilepath forceInstall = do
|
|||||||
| forceInstall
|
| forceInstall
|
||||||
, regularCabalInstalled
|
, regularCabalInstalled
|
||||||
, Nothing <- isoFilepath -> do
|
, Nothing <- isoFilepath -> do
|
||||||
lift $ logInfo $ "Removing the currently installed version first!"
|
lift $ logInfo "Removing the currently installed version first!"
|
||||||
liftE $ rmCabalVer ver
|
liftE $ rmCabalVer ver
|
||||||
|
|
||||||
| otherwise -> pure ()
|
| otherwise -> pure ()
|
||||||
@ -795,7 +795,7 @@ installStackBindist dlinfo ver isoFilepath forceInstall = do
|
|||||||
| forceInstall
|
| forceInstall
|
||||||
, regularStackInstalled
|
, regularStackInstalled
|
||||||
, Nothing <- isoFilepath -> do
|
, Nothing <- isoFilepath -> do
|
||||||
lift $ logInfo $ "Removing the currently installed version of Stack first!"
|
lift $ logInfo "Removing the currently installed version of Stack first!"
|
||||||
liftE $ rmStackVer ver
|
liftE $ rmStackVer ver
|
||||||
|
|
||||||
| otherwise -> pure ()
|
| otherwise -> pure ()
|
||||||
|
Loading…
Reference in New Issue
Block a user