minor cleanup

This commit is contained in:
Arjun Kathuria 2021-09-11 23:23:58 +05:30
parent cadb5086e1
commit 6011242eae

View File

@ -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