Merge branch 'fix-install-stack'

This commit is contained in:
2021-07-12 23:17:32 +02:00

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)