Hannes Siebenhandl pushed to branch wip/fendor/fix-note-dep_boot_deps at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Unit/Module/Deps.hs
    ... ... @@ -96,7 +96,7 @@ data Dependencies = Deps
    96 96
        , dep_boot_mods_ :: Set (UnitId, ModuleNameWithIsBoot)
    
    97 97
           -- ^ All modules which have boot files below this one, and whether we
    
    98 98
           -- should use the boot file or not.
    
    99
    -      -- This information is only used to populate the eps_is_boot field.
    
    99
    +      -- This information is only used to populate the 'eps_is_boot' field.
    
    100 100
           -- See Note [Structure of dep_boot_mods]
    
    101 101
     
    
    102 102
        , dep_orphs_ :: [Module]
    
    ... ... @@ -605,7 +605,7 @@ hash of the module. The export hash is computed in `GHC.Iface.Recomp.addFingerpr
    605 605
     -}
    
    606 606
     
    
    607 607
     {-
    
    608
    -Note [Structure of dep_boot_deps]
    
    608
    +Note [Structure of dep_boot_mods]
    
    609 609
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    610 610
     
    
    611 611
     In `-c` mode we always need to know whether to load the normal or boot version of