Adds a log to notify where the isolated ghc is being installed by the tool
This commit is contained in:
parent
fdbcd4fafd
commit
a45d069cad
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user