diff --git a/lib/GHCup/Utils.hs b/lib/GHCup/Utils.hs index 9f7165a0304ac1b34bc9330b04f5707b145197cc..fe2e4a087c1982448ad1479d323c9c731361f64f 100644 --- a/lib/GHCup/Utils.hs +++ b/lib/GHCup/Utils.hs @@ -1071,7 +1071,7 @@ ensureGlobalTools = do dirs <- lift getDirs shimDownload <- liftE $ lE @_ @'[NoDownload] $ maybe (Left NoDownload) Right $ Map.lookup ShimGen gTools - let dl = downloadCached' shimDownload (Just "gs.exe") + let dl = downloadCached' shimDownload (Just "gs.exe") Nothing void $ (\(DigestError _ _) -> do lift $ $(logWarn) [i|Digest doesn't match, redownloading gs.exe...|] lift $ $(logDebug) [i|rm -f #{shimDownload}|]