Wolfgang Jeltsch pushed to branch wip/jeltsch/more-efficient-home-unit-imports-finding at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Unit/Module/Graph.hs
    ... ... @@ -205,7 +205,7 @@ data ModuleGraph = ModuleGraph
    205 205
       -- Cached computation, whether any of the ModuleGraphNode are isHoleModule,
    
    206 206
       -- This is only used for a hack in GHC.Iface.Load to do with backpack, please
    
    207 207
       -- remove this at the earliest opportunity.
    
    208
    -  , mg_complete_units :: CompleteUnits
    
    208
    +  , mg_complete_units :: !CompleteUnits
    
    209 209
         -- ^ For each module name, which home unit UnitIds define it together with the set of units for which the listing is complete.
    
    210 210
       }
    
    211 211