
Patrick pushed to branch wip/T26118-remove-hptallfaminstances-usage-during-upsweep at Glasgow Haskell Compiler / GHC Commits: e9b8725a by soulomoon at 2025-06-12T23:56:49+08:00 include -hi-boot - - - - - 1 changed file: - compiler/GHC/Driver/Env.hs Changes: ===================================== compiler/GHC/Driver/Env.hs ===================================== @@ -232,7 +232,7 @@ hugAnnsBelow hsc uid mn = foldr (flip extendAnnEnvList) emptyAnnEnv <$> hugSomeThingsBelowUs (md_anns . hm_details) False hsc uid mn hugFamInstancesBelow :: HscEnv -> UnitId -> ModuleNameWithIsBoot -> IO (ModuleEnv FamInstEnv) -hugFamInstancesBelow = hugSomeThingsBelowUs' combine emptyModuleEnv False +hugFamInstancesBelow = hugSomeThingsBelowUs' combine emptyModuleEnv True where hmiFamInstEnv = extendFamInstEnvList emptyFamInstEnv . (md_fam_insts . hm_details) hmiModule = mi_module . hm_iface View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e9b8725a83a80087a9d21de3944534ce... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e9b8725a83a80087a9d21de3944534ce... You're receiving this email because of your account on gitlab.haskell.org.