Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : sdoc
http://hackage.haskell.org/trac/ghc/changeset/a5f5a70c41b4bce2715bf5d478171fbaf060cddf >--------------------------------------------------------------- commit a5f5a70c41b4bce2715bf5d478171fbaf060cddf Author: Ian Lynagh <[email protected]> Date: Wed May 25 19:07:51 2011 +0100 More DynFlags + SDoc compiler/HsVersions.h | 4 ++-- compiler/basicTypes/Name.lhs | 19 +++++++++++-------- compiler/basicTypes/OccName.lhs | 22 ++++++++++++---------- compiler/basicTypes/RdrName.lhs | 27 ++++++++++++++------------- compiler/basicTypes/SrcLoc.lhs | 29 +++++++++++++++-------------- compiler/basicTypes/Var.lhs | 7 ++++--- compiler/cmm/CmmType.hs | 17 +++++++++-------- compiler/cmm/PprC.hs | 8 ++++---- compiler/codeGen/CgInfoTbls.hs | 2 +- compiler/codeGen/ClosureInfo.lhs | 2 +- compiler/coreSyn/CoreArity.lhs | 2 +- compiler/coreSyn/CorePrep.lhs | 2 +- compiler/coreSyn/CoreSubst.lhs | 6 +++--- compiler/coreSyn/CoreSyn.lhs | 2 +- compiler/coreSyn/CoreUtils.lhs | 6 +++--- compiler/main/Finder.lhs | 2 +- compiler/main/TidyPgm.lhs | 4 ++-- compiler/prelude/PrelRules.lhs | 2 +- compiler/rename/RnNames.lhs | 2 +- compiler/rename/RnPat.lhs | 2 +- compiler/simplCore/CSE.lhs | 4 ++-- compiler/simplCore/SetLevels.lhs | 7 ++++--- compiler/simplCore/SimplCore.lhs | 4 ++-- compiler/simplCore/SimplEnv.lhs | 2 +- compiler/simplCore/SimplUtils.lhs | 4 ++-- compiler/simplCore/Simplify.lhs | 4 ++-- compiler/specialise/SpecConstr.lhs | 2 +- compiler/specialise/Specialise.lhs | 4 ++-- compiler/stgSyn/CoreToStg.lhs | 4 ++-- compiler/stranal/DmdAnal.lhs | 2 +- compiler/stranal/WorkWrap.lhs | 2 +- compiler/stranal/WwLib.lhs | 6 +++--- compiler/typecheck/TcErrors.lhs | 2 +- compiler/typecheck/TcHsSyn.lhs | 2 +- compiler/typecheck/TcMType.lhs | 10 +++++----- compiler/typecheck/TcRnTypes.lhs | 4 ++-- compiler/types/Coercion.lhs | 2 +- compiler/types/OptCoercion.lhs | 7 ++++--- compiler/utils/GraphOps.hs | 8 +++++--- compiler/utils/ListSetOps.lhs | 7 ++++--- compiler/utils/Outputable.lhs | 10 ++++++++-- 41 files changed, 142 insertions(+), 122 deletions(-) Diff suppressed because of size. To see it, use: git show a5f5a70c41b4bce2715bf5d478171fbaf060cddf _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
