[Git][ghc/ghc][wip/romes/graph-compact-easy] fixup! Rename UnitEnv functions with ue_
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Fri Jan 3 18:45:26 UTC 2025
Rodrigo Mesquita pushed to branch wip/romes/graph-compact-easy at Glasgow Haskell Compiler / GHC
Commits:
811d5756 by Rodrigo Mesquita at 2025-01-03T18:45:09+00:00
fixup! Rename UnitEnv functions with ue_
- - - - -
1 changed file:
- utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs
Changes:
=====================================
utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs
=====================================
@@ -78,7 +78,7 @@ attachInstances expInfo ifaces instIfaceMap isOneShot = do
--
-- See https://github.com/haskell/haddock/issues/469.
env <- getSession
- let mod_to_pkg_conf = moduleNameProvidersMap $ homeUnitState $ hsc_unit_env env
+ let mod_to_pkg_conf = moduleNameProvidersMap $ ue_homeUnitState $ hsc_unit_env env
mods =
mkModuleSet
[ m
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/811d5756a23b49faf5c7e6a82f02be631eb72496
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/811d5756a23b49faf5c7e6a82f02be631eb72496
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250103/94e8b87c/attachment.html>
More information about the ghc-commits
mailing list