From ba51cbad6fff049138d0cc7a24053fa348cf784d Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Fri, 23 Jul 2021 16:51:50 +0530 Subject: [PATCH] Adds a log to notify where the isolated ghc is being installed by the tool --- lib/GHCup.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 559fcef..52754e3 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -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