Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9dacfcbfe83e1b4b32d38a2d0cdc9f4b558d702a

>---------------------------------------------------------------

commit 9dacfcbfe83e1b4b32d38a2d0cdc9f4b558d702a
Author: Ian Lynagh <[email protected]>
Date:   Thu Jan 19 13:31:54 2012 +0000

    Remove getDOpts; use getDynFlags instead

 compiler/deSugar/DsForeign.lhs       |    2 +-
 compiler/deSugar/DsMonad.lhs         |    2 +-
 compiler/iface/BinIface.hs           |    2 +-
 compiler/iface/LoadIface.lhs         |    6 +++---
 compiler/rename/RnEnv.lhs            |    2 +-
 compiler/rename/RnExpr.lhs           |    2 +-
 compiler/rename/RnNames.lhs          |    4 ++--
 compiler/rename/RnSource.lhs         |    2 +-
 compiler/typecheck/FamInst.lhs       |    3 ++-
 compiler/typecheck/Inst.lhs          |    2 +-
 compiler/typecheck/TcBinds.lhs       |    4 ++--
 compiler/typecheck/TcClassDcl.lhs    |    2 +-
 compiler/typecheck/TcDeriv.lhs       |    6 +++---
 compiler/typecheck/TcEnv.lhs         |    2 +-
 compiler/typecheck/TcErrors.lhs      |    2 +-
 compiler/typecheck/TcExpr.lhs        |    2 +-
 compiler/typecheck/TcForeign.lhs     |   12 ++++++------
 compiler/typecheck/TcGenGenerics.lhs |    2 +-
 compiler/typecheck/TcInstDcls.lhs    |    2 +-
 compiler/typecheck/TcMType.lhs       |    4 ++--
 compiler/typecheck/TcRnDriver.lhs    |    8 ++++----
 compiler/typecheck/TcRnMonad.lhs     |   21 +++++++++------------
 compiler/typecheck/TcSMonad.lhs      |    2 +-
 compiler/typecheck/TcSplice.lhs      |    3 ++-
 24 files changed, 49 insertions(+), 50 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 9dacfcbfe83e1b4b32d38a2d0cdc9f4b558d702a

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to