Simon Hengel pushed to branch wip/sol/reexported-error-message-refactor at Glasgow Haskell Compiler / GHC Commits: c605dab8 by Simon Hengel at 2026-06-22T14:05:44+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 ===================================== @@ -1987,7 +1987,7 @@ lookupModuleWithSuggestions' pkgs mod_map name mb_pn | originVisible origin -> (hidden_pkg, hidden_mod, unusable, x:exposed) | otherwise - -> (fromHiddenReexport ++ maybe id (:) origUnit hidden_pkg, hidden_mod, unusable, exposed) + -> (fromHiddenReexport ++ maybe id (:) hiddenOrigUnit hidden_pkg, hidden_mod, unusable, exposed) where hiddenOrigUnit :: Maybe UnitInfo hiddenOrigUnit = case fromOrigUnit of View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c605dab8b5649f92c750952952b81e92... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c605dab8b5649f92c750952952b81e92... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Hengel (@sol)