Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Unit/State.hs
    ... ... @@ -215,7 +215,7 @@ instance Outputable ModuleOrigin where
    215 215
             (if null rhs
    
    216 216
                 then []
    
    217 217
                 else [text "hidden reexport by" <+>
    
    218
    -                    sep (map (ppr . mkUnit) res)]) ++
    
    218
    +                    sep (map (ppr . mkUnit) rhs)]) ++
    
    219 219
             (if f then [text "package flag"] else [])
    
    220 220
             ))
    
    221 221