Skip to content
  • Simon Peyton Jones's avatar
    Robustify the setting of implied flags · 3998d13f
    Simon Peyton Jones authored
    When setting implied flags, do so recursively.  So if -Xa implies -Xb,
    and -Xb implies -Xc, we do the right thing. 
    
    I thought we needed this, but we don't.  But it seems like a good idea
    anyway.
    3998d13f