Fix installStackBindist

This commit is contained in:
Julian Ospald 2021-07-12 22:15:45 +02:00
parent 1345ec938b
commit ec98826e6d
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ installStackBindist dlinfo ver = do
, settings
} <- lift ask
whenM (lift (hlsInstalled ver))
whenM (lift (stackInstalled ver))
(throwE $ AlreadyInstalled Stack ver)
-- download (or use cached version)