Skip to content
  • GregWeber's avatar
    make TcRnMonad.lhs respect -ddump-to-file · 33c029fa
    GregWeber authored
    Summary: allows things such as: -ddump-to-file -ddump-splices
    
    Test Plan:
    compile with flags -ddump-to-file -ddump-splices
    verify that it does output an extra file
    
    Try out other flags.
    I noticed that with -ddump-tc there is some output going to file and some to stdout.
    
    Reviewers: hvr, austin
    
    Reviewed By: austin
    
    Subscribers: simonpj, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D460
    
    GHC Trac Issues: #9126
    33c029fa