[commit: ghc] wip/angerman/backport/8.6/reinstallable-lib-ghc: Fix header locations (d49b0e0)

git at git.haskell.org git at git.haskell.org
Fri Mar 8 01:45:13 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/backport/8.6/reinstallable-lib-ghc
Link       : http://ghc.haskell.org/trac/ghc/changeset/d49b0e03d5792b5a49c0f2db460308439434bc12/ghc

>---------------------------------------------------------------

commit d49b0e03d5792b5a49c0f2db460308439434bc12
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Wed Mar 6 22:45:06 2019 +0800

    Fix header locations


>---------------------------------------------------------------

d49b0e03d5792b5a49c0f2db460308439434bc12
 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 d49b0e03d5792b5a49c0f2db460308439434bc12


More information about the ghc-commits mailing list