[commit: ghc] wip/angerman/reinstallable-lib-ghc: Fix header locations (6185bf4)
git at git.haskell.org
git at git.haskell.org
Wed Mar 6 21:49:42 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/reinstallable-lib-ghc
Link : http://ghc.haskell.org/trac/ghc/changeset/6185bf466179d6134fc2ebef6520cd5e9d342592/ghc
>---------------------------------------------------------------
commit 6185bf466179d6134fc2ebef6520cd5e9d342592
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Mar 6 22:45:06 2019 +0800
Fix header locations
>---------------------------------------------------------------
6185bf466179d6134fc2ebef6520cd5e9d342592
compiler/cmm/SMRep.hs | 4 ++--
compiler/codeGen/CodeGen/Platform/ARM.hs | 2 +-
compiler/codeGen/CodeGen/Platform/ARM64.hs | 2 +-
compiler/codeGen/CodeGen/Platform/NoRegs.hs | 2 +-
compiler/codeGen/CodeGen/Platform/PPC.hs | 2 +-
compiler/codeGen/CodeGen/Platform/SPARC.hs | 2 +-
compiler/codeGen/CodeGen/Platform/X86.hs | 2 +-
compiler/codeGen/CodeGen/Platform/X86_64.hs | 2 +-
compiler/codeGen/StgCmmClosure.hs | 2 +-
compiler/codeGen/StgCmmLayout.hs | 2 +-
compiler/ghc.cabal.in | 6 ++++++
compiler/ghci/ByteCodeInstr.hs | 2 +-
compiler/nativeGen/PPC/CodeGen.hs | 2 +-
compiler/nativeGen/SPARC/CodeGen.hs | 2 +-
compiler/nativeGen/X86/CodeGen.hs | 2 +-
compiler/prelude/PrelRules.hs | 2 +-
compiler/utils/Binary.hs | 2 +-
includes/ghc.mk | 2 +-
utils/genapply/Main.hs | 2 +-
19 files changed, 25 insertions(+), 19 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 6185bf466179d6134fc2ebef6520cd5e9d342592
More information about the ghc-commits
mailing list