[Git][ghc/ghc][master] Linker.MacOS reduce dynflags import
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 0e1cd2e0 by Evan Piro at 2026-02-08T10:35:16-08:00 Linker.MacOS reduce dynflags import - - - - - 1 changed file: - compiler/GHC/Linker/MacOS.hs Changes: ===================================== compiler/GHC/Linker/MacOS.hs ===================================== @@ -11,8 +11,6 @@ import GHC.Platform import GHC.Linker.Config -import GHC.Driver.DynFlags - import GHC.Unit.Types import GHC.Unit.State import GHC.Unit.Env @@ -23,6 +21,7 @@ import GHC.Runtime.Interpreter import GHC.Utils.Exception import GHC.Utils.Logger +import GHC.Driver.Session import Data.List (isPrefixOf, nub, sort, intersperse, intercalate) import Data.Char View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0e1cd2e00c816f1f0e8d348fca53745c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0e1cd2e00c816f1f0e8d348fca53745c... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)