Remove globalTools from metadata

This commit is contained in:
2023-11-13 15:37:36 +08:00
parent 0eba225723
commit d6601b0353
11 changed files with 21172 additions and 14730 deletions

View File

@@ -683,7 +683,7 @@ settings' = unsafePerformIO $ do
newIORef $ AppState defaultSettings
dirs
defaultKeyBindings
(GHCupInfo mempty mempty mempty)
(GHCupInfo mempty mempty)
(PlatformRequest A_64 Darwin Nothing)
loggerConfig

View File

@@ -261,7 +261,7 @@ Report bugs at <https://github.com/haskell/ghcup-hs/issues>|]
Just _ -> pure ()
-- TODO: always run for windows
siletRunLogger (flip runReaderT s' $ runE ensureGlobalTools) >>= \case
siletRunLogger (flip runReaderT s' $ runE ensureShimGen) >>= \case
VRight _ -> pure ()
VLeft e -> do
runLogger