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