Start support for coloured SDoc output.
authorThomas Schilling <nominolo@googlemail.com>
Mon, 4 Apr 2011 20:05:26 +0000 (21:05 +0100)
committerThomas Schilling <nominolo@googlemail.com>
Thu, 7 Apr 2011 12:03:59 +0000 (13:03 +0100)
commit4e6bac1ec5a0546584c945c3232863d117496d90
tree744354d66bf854cefd75d3448080d55d0a77e4fb
parentd637f9bc79e075f046843906900c03a2121d67f2
Start support for coloured SDoc output.

The SDoc type now passes around an abstract SDocContext rather than
just a PprStyle which required touching a few more files.  This should
also make it easier to integrate DynFlags passing, so that we can get
rid of global variables.
compiler/basicTypes/Module.lhs
compiler/main/CmdLineParser.hs
compiler/main/DynFlags.hs
compiler/main/ErrUtils.lhs
compiler/nativeGen/AsmCodeGen.lhs
compiler/typecheck/TcRnMonad.lhs
compiler/utils/Outputable.lhs
ghc/InteractiveUI.hs