Simon Peyton Jones pushed to branch wip/spj-reinstallable-base at Glasgow Haskell Compiler / GHC Commits: 2174e05a by Simon Peyton Jones at 2026-03-20T09:27:33+00:00 Fix import - - - - - 1 changed file: - compiler/GHC/Tc/Errors/Hole.hs Changes: ===================================== compiler/GHC/Tc/Errors/Hole.hs ===================================== @@ -86,7 +86,7 @@ import GHC.Hs.Doc import GHC.Unit.Module.ModIface ( mi_docs ) import GHC.Iface.Load ( loadInterfaceForName ) -import GHC.Builtin.Utils (knownKeyNames) +import GHC.Builtin.Utils (wiredInNames) import GHC.Tc.Errors.Hole.FitTypes import GHC.Tc.Errors.Hole.Plugin View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2174e05ae3490c490986d5caefd74c54... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2174e05ae3490c490986d5caefd74c54... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)