[Git][ghc/ghc][wip/int-index/subordinate-export-namespaces] drop unused import
Vladislav Zavialov pushed to branch wip/int-index/subordinate-export-namespaces at Glasgow Haskell Compiler / GHC Commits: 03e39706 by Vladislav Zavialov at 2025-10-24T11:20:45+03:00 drop unused import - - - - - 1 changed file: - compiler/GHC/Tc/Gen/Export.hs Changes: ===================================== compiler/GHC/Tc/Gen/Export.hs ===================================== @@ -36,7 +36,6 @@ import GHC.Data.Maybe import GHC.Data.FastString (fsLit) import GHC.Driver.Env import GHC.Driver.DynFlags -import GHC.Parser.PostProcess ( setRdrNameSpace ) import qualified GHC.LanguageExtensions as LangExt import GHC.Types.Unique.Map View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03e397065bdcf413eceb387644f34982... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03e397065bdcf413eceb387644f34982... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Vladislav Zavialov (@int-index)