Skip to content
  • Matthew Pickering's avatar
    Run the renamed source plugin after each HsGroup · b52cfe41
    Matthew Pickering authored
    This allows modification of each `HsGroup` after it has been renamed.
    
    The old behaviour of keeping the renamed source until later can be
    recovered if desired by using the `keepRenamedSource` plugin but it
    shouldn't really be necessary as it can be inspected in the `TcGblEnv`.
    
    Reviewers: nboldi, bgamari, alpmestan
    
    Reviewed By: nboldi, alpmestan
    
    Subscribers: alpmestan, rwbarton, thomie, carter
    
    GHC Trac Issues: #15315
    
    Differential Revision: https://phabricator.haskell.org/D4947
    
    (cherry picked from commit 1a79270c)
    b52cfe41