Adds a log to notify where the isolated ghc is being installed by the tool

This commit is contained in:
Arjun Kathuria 2021-07-23 16:51:50 +05:30
parent 511272e86d
commit ba51cbad6f
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ installGHCBinIsolated isoDir ver = do
-- download (or use cached version)
dl <- liftE $ downloadCached dlinfo Nothing
lift $ $(logInfo) [i|isolated installing GHC to #{isoDir}|]
liftE $ installPackedGHC dl (view dlSubdir dlinfo) isoDir ver