Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/10cc42243817e5b812946a231a129a9d88277046 >--------------------------------------------------------------- commit 10cc42243817e5b812946a231a129a9d88277046 Author: Ian Lynagh <[email protected]> Date: Mon Sep 17 13:15:42 2012 +0100 Move tARGET_* out of HaskellConstants compiler/basicTypes/Literal.lhs | 45 +++--- compiler/coreSyn/CorePrep.lhs | 12 +- compiler/coreSyn/CoreSyn.lhs | 16 +- compiler/coreSyn/CoreUtils.lhs | 7 +- compiler/coreSyn/MkCore.lhs | 17 +- compiler/deSugar/DsCCall.lhs | 15 +- compiler/deSugar/DsForeign.lhs | 2 +- compiler/deSugar/DsMeta.hs | 19 ++- compiler/deSugar/DsUtils.lhs | 7 +- compiler/deSugar/Match.lhs | 31 ++-- compiler/deSugar/MatchCon.lhs | 6 +- compiler/deSugar/MatchLit.lhs | 43 +++-- compiler/main/DynFlags.hs | 21 +++ compiler/main/TidyPgm.lhs | 40 +++--- compiler/prelude/PrelRules.lhs | 245 ++++++++++++++++------------ compiler/simplCore/FloatIn.lhs | 105 ++++++------ compiler/simplCore/SimplCore.lhs | 4 +- compiler/simplCore/Simplify.lhs | 11 +- compiler/typecheck/Inst.lhs | 19 ++- compiler/typecheck/TcHsSyn.lhs | 16 +- compiler/vectorise/Vectorise/Exp.hs | 8 +- compiler/vectorise/Vectorise/Type/Env.hs | 6 +- compiler/vectorise/Vectorise/Utils/Base.hs | 5 +- includes/HaskellConstants.hs | 5 - 24 files changed, 399 insertions(+), 306 deletions(-) Diff suppressed because of size. To see it, use: git show 10cc42243817e5b812946a231a129a9d88277046 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
