Simon Hengel pushed to branch wip/sol/reexported-error-message-refactor at Glasgow Haskell Compiler / GHC Commits: f687bae2 by Simon Hengel at 2026-06-22T11:58:22+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jaro Reinders <i5c9aasq@anonaddy.me> - - - - - 1 changed file: - compiler/GHC/Unit/State.hs Changes: ===================================== compiler/GHC/Unit/State.hs ===================================== @@ -193,7 +193,7 @@ data ModuleOrigin = data AvailableFromOriginalUnit = -- | the canonical module name is different from the requested name Renamed - -- | the module is in someone's @exported-modules@ list, but that package is hidden + -- | the module is in someone's @exposed-modules@ list, but that package is hidden | AvailableFromHiddenPackage -- | the module is available from the original unit under the requested name | AvailableFromExposedPackage View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f687bae2b2091ddbbe8eaceed64be31e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f687bae2b2091ddbbe8eaceed64be31e... You're receiving this email because of your account on gitlab.haskell.org.