[Git][ghc/ghc][wip/spj-reinstallable-base] Wibbles
Simon Peyton Jones pushed to branch wip/spj-reinstallable-base at Glasgow Haskell Compiler / GHC Commits: 1dc34b2d by Simon Peyton Jones at 2026-04-06T19:10:39+01:00 Wibbles - - - - - 1 changed file: - ghc/GHCi/UI.hs Changes: ===================================== ghc/GHCi/UI.hs ===================================== @@ -79,7 +79,7 @@ import GHC.Types.Name import GHC.Types.Var ( varType ) import GHC.Iface.Syntax ( showToHeader ) import GHC.Builtin.Names -import GHC.Builtin.RdrNames( stringTyCon_RDR ) +import GHC.Builtin.RdrNames( stringTyCon_RDR, compose_RDR ) import GHC.Types.Name.Reader as RdrName ( getGRE_NameQualifier_maybes, getRdrName, greName, globalRdrEnvElts) import GHC.Types.SrcLoc as SrcLoc import qualified GHC.Parser.Lexer as Lexer View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1dc34b2d866f3ea5bd092fcc22953ca9... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1dc34b2d866f3ea5bd092fcc22953ca9... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)