[commit: ghc] master: A bunch of typofixes (7446c7f)
git at git.haskell.org
git at git.haskell.org
Tue Sep 26 09:14:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7446c7f68bd5addd2f2db0d8d5910fb963869c47/ghc
>---------------------------------------------------------------
commit 7446c7f68bd5addd2f2db0d8d5910fb963869c47
Author: Gabor Greif <ggreif at gmail.com>
Date: Mon Sep 25 12:31:12 2017 +0200
A bunch of typofixes
>---------------------------------------------------------------
7446c7f68bd5addd2f2db0d8d5910fb963869c47
compiler/basicTypes/Id.hs | 2 +-
compiler/cmm/CmmContFlowOpt.hs | 2 +-
compiler/coreSyn/CoreSyn.hs | 2 +-
compiler/coreSyn/CoreUnfold.hs | 2 +-
compiler/deSugar/DsCCall.hs | 2 +-
compiler/ghci/GHCi.hs | 2 +-
compiler/hsSyn/HsBinds.hs | 2 +-
compiler/iface/IfaceSyn.hs | 2 +-
compiler/llvmGen/Llvm/AbsSyn.hs | 4 ++--
compiler/main/InteractiveEval.hs | 8 ++++----
compiler/main/Packages.hs | 2 +-
compiler/main/TidyPgm.hs | 2 +-
compiler/nativeGen/PPC/CodeGen.hs | 2 +-
compiler/nativeGen/SPARC/CodeGen.hs | 2 +-
compiler/nativeGen/X86/CodeGen.hs | 2 +-
compiler/rename/RnExpr.hs | 2 +-
compiler/simplCore/SimplUtils.hs | 4 ++--
compiler/simplCore/Simplify.hs | 4 ++--
compiler/simplStg/StgCse.hs | 2 +-
compiler/stranal/WorkWrap.hs | 2 +-
compiler/typecheck/FunDeps.hs | 4 ++--
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/typecheck/TcEnv.hs | 2 +-
compiler/typecheck/TcInstDcls.hs | 2 +-
compiler/typecheck/TcRnTypes.hs | 4 ++--
compiler/typecheck/TcSMonad.hs | 2 +-
compiler/typecheck/TcTyClsDecls.hs | 2 +-
compiler/typecheck/TcValidity.hs | 2 +-
compiler/types/TyCon.hs | 2 +-
compiler/types/Unify.hs | 4 ++--
compiler/utils/EnumSet.hs | 2 +-
compiler/utils/Panic.hs | 2 +-
docs/ghci/ghci.tex | 8 ++++----
docs/users_guide/glasgow_exts.rst | 4 ++--
docs/users_guide/safe_haskell.rst | 2 +-
docs/users_guide/separate_compilation.rst | 2 +-
libraries/base/Data/Bits.hs | 2 +-
libraries/base/Data/Data.hs | 2 +-
libraries/base/GHC/Event/PSQ.hs | 2 +-
libraries/base/GHC/Show.hs | 2 +-
libraries/base/cbits/primFloat.c | 2 +-
libraries/integer-simple/GHC/Integer.hs | 2 +-
libraries/integer-simple/GHC/Integer/Simple/Internals.hs | 2 +-
libraries/integer-simple/GHC/Integer/Type.hs | 2 +-
libraries/integer-simple/integer-simple.cabal | 2 +-
rts/Capability.c | 2 +-
rts/PrimOps.cmm | 4 ++--
rts/Threads.c | 2 +-
rts/sm/Storage.c | 2 +-
testsuite/tests/concurrent/should_run/conc065.hs | 2 +-
testsuite/tests/dph/nbody/Generate.hs | 2 +-
testsuite/tests/dph/quickhull/TestData.hs | 2 +-
testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs | 2 +-
testsuite/tests/typecheck/should_compile/T12734a.hs | 2 +-
54 files changed, 68 insertions(+), 68 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 7446c7f68bd5addd2f2db0d8d5910fb963869c47
More information about the ghc-commits
mailing list