minor cleanup
This commit is contained in:
parent
cadb5086e1
commit
6011242eae
@ -487,9 +487,7 @@ checkIfToolInstalled :: ( MonadIO m
|
||||
Version ->
|
||||
m Bool
|
||||
|
||||
checkIfToolInstalled tool ver = do
|
||||
Dirs { binDir } <- getDirs
|
||||
|
||||
checkIfToolInstalled tool ver =
|
||||
case tool of
|
||||
Cabal -> cabalInstalled ver
|
||||
HLS -> hlsInstalled ver
|
||||
|
Loading…
Reference in New Issue
Block a user