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 fdbcd4fafd
commit a45d069cad
1 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,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