Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/86f6acdc46d0c27e113d7c3c90cb1b07014cb1b7 >--------------------------------------------------------------- commit 86f6acdc46d0c27e113d7c3c90cb1b07014cb1b7 Author: Ian Lynagh <i...@well-typed.com> Date: Tue Oct 16 13:08:15 2012 +0100 Rename DynFlag to GeneralFlag This avoids confusion due to [DynFlag] and DynFlags being completely different types. compiler/cmm/CmmPipeline.hs | 4 +- compiler/coreSyn/CoreArity.lhs | 2 +- compiler/coreSyn/CoreSubst.lhs | 2 +- compiler/ghci/Debugger.hs | 2 +- compiler/main/DynFlags.hs | 58 ++++++++++++++-------------- compiler/main/ErrUtils.lhs | 24 ++++++------ compiler/main/GHC.hs | 2 +- compiler/main/Packages.lhs | 2 +- compiler/simplCore/CoreMonad.lhs | 14 +++--- compiler/simplCore/FloatOut.lhs | 2 +- compiler/simplCore/Simplify.lhs | 2 +- compiler/simplStg/SimplStg.lhs | 2 +- compiler/typecheck/TcRnMonad.lhs | 12 +++--- compiler/vectorise/Vectorise/Monad/Base.hs | 2 +- 14 files changed, 65 insertions(+), 65 deletions(-) Diff suppressed because of size. To see it, use: git show 86f6acdc46d0c27e113d7c3c90cb1b07014cb1b7 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc