Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/b20cf4ecbf244f091f4084c11ae2350d248ce6ef/ghc
>--------------------------------------------------------------- commit b20cf4ecbf244f091f4084c11ae2350d248ce6ef Author: Austin Seipp <[email protected]> Date: Wed Sep 11 18:46:54 2013 -0500 Fix AMP warnings. Authored-by: David Luposchainsky <[email protected]> Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- b20cf4ecbf244f091f4084c11ae2350d248ce6ef compiler/cmm/CmmLint.hs | 9 +++++++++ compiler/cmm/PprC.hs | 9 +++++++++ compiler/codeGen/StgCmmExtCode.hs | 10 ++++++++++ compiler/codeGen/StgCmmMonad.hs | 5 +++++ compiler/coreSyn/CoreLint.lhs | 7 +++++++ compiler/coreSyn/MkExternalCore.lhs | 9 +++++++++ compiler/deSugar/Coverage.lhs | 7 +++++++ compiler/ghci/ByteCodeAsm.lhs | 8 ++++++++ compiler/ghci/ByteCodeGen.lhs | 8 ++++++++ compiler/hsSyn/Convert.lhs | 10 +++++++++- compiler/llvmGen/LlvmCodeGen/Base.hs | 15 ++++++++++++--- compiler/main/CmdLineParser.hs | 17 +++++++++++++++++ compiler/main/DriverPipeline.hs | 7 +++++++ compiler/main/HscMain.hs | 10 +++++++--- compiler/main/TidyPgm.lhs | 7 +++++++ compiler/nativeGen/AsmCodeGen.lhs | 8 ++++++++ compiler/nativeGen/NCGMonad.hs | 10 ++++++++++ compiler/nativeGen/RegAlloc/Linear/State.hs | 10 +++++++++- compiler/prelude/PrelRules.lhs | 12 ++++++++++++ compiler/profiling/SCCfinal.lhs | 10 ++++++++++ compiler/rename/RnPat.lhs | 19 +++++++++++++------ compiler/simplCore/CoreMonad.lhs | 7 ++++++- compiler/simplCore/SimplMonad.lhs | 10 +++++++++- compiler/specialise/Specialise.lhs | 8 ++++++++ compiler/stgSyn/CoreToStg.lhs | 9 +++++++++ compiler/stgSyn/StgLint.lhs | 8 ++++++++ compiler/typecheck/TcTyDecls.lhs | 9 +++++++++ compiler/typecheck/TcType.lhs | 9 +++++++++ compiler/types/Unify.lhs | 10 ++++++++++ compiler/utils/IOEnv.hs | 7 ++++++- ghc/GhciMonad.hs | 11 ++++++++--- utils/ghc-pkg/Main.hs | 8 ++++++++ 32 files changed, 283 insertions(+), 20 deletions(-) Diff suppressed because of size. To see it, use: git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b20cf4ecbf244f091f4084c11ae2350d248ce6ef _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
