[Git][ghc/ghc][wip/spj-reinstallable-base2] Fix CallStack and ExceptionContext are TC
Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: a0f4834c by Rodrigo Mesquita at 2026-05-13T15:08:24+01:00 Fix CallStack and ExceptionContext are TC - - - - - 1 changed file: - compiler/GHC/Builtin/KnownKeys.hs Changes: ===================================== compiler/GHC/Builtin/KnownKeys.hs ===================================== @@ -216,10 +216,10 @@ knownKeyTable , (mkTcOcc "IP", ipClassKey) -- Callstacks - , (mkVarOcc "CallStack", callStackTyConKey) + , (mkTcOcc "CallStack", callStackTyConKey) -- Exception context - , (mkVarOcc "ExceptionContext", exceptionContextTyConKey) + , (mkTcOcc "ExceptionContext", exceptionContextTyConKey) -- Custom type errors , (mkTcOcc "TypeError", errorMessageTypeErrorFamKey) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a0f4834ce0c1fa6b1b7c75776b78cdf6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a0f4834ce0c1fa6b1b7c75776b78cdf6... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)