From a45d069cad634196c561c7cd065959ea6ed8e995 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 22b15e6..d9a55b2 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -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