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