[commit: ghc] master: Fix AMP warnings. (b20cf4e)
git at git.haskell.org
git at git.haskell.org
Thu Sep 12 02:55:23 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b20cf4ecbf244f091f4084c11ae2350d248ce6ef/ghc
>---------------------------------------------------------------
commit b20cf4ecbf244f091f4084c11ae2350d248ce6ef
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Sep 11 18:46:54 2013 -0500
Fix AMP warnings.
Authored-by: David Luposchainsky <dluposchainsky at gmail.com>
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
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
More information about the ghc-commits
mailing list