minor cleanup

This commit is contained in:
Arjun Kathuria 2021-09-11 23:23:58 +05:30
parent cadb5086e1
commit 6011242eae
1 changed files with 1 additions and 3 deletions

View File

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