[Git][ghc/ghc][master] Use the correct field of ModOrigin when formatting error message listing hidden reexports
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 3172db94 by Torsten Schmits at 2026-01-21T16:06:11-05:00 Use the correct field of ModOrigin when formatting error message listing hidden reexports - - - - - 1 changed file: - compiler/GHC/Unit/State.hs Changes: ===================================== compiler/GHC/Unit/State.hs ===================================== @@ -215,7 +215,7 @@ instance Outputable ModuleOrigin where (if null rhs then [] else [text "hidden reexport by" <+> - sep (map (ppr . mkUnit) res)]) ++ + sep (map (ppr . mkUnit) rhs)]) ++ (if f then [text "package flag"] else []) )) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3172db940a11b1bae7490a2351f41541... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3172db940a11b1bae7490a2351f41541... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)