[commit: ghc] wip/names3: Split up putName variants (0d43cbe)
git at git.haskell.org
git at git.haskell.org
Thu Sep 8 18:52:50 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/names3
Link : http://ghc.haskell.org/trac/ghc/changeset/0d43cbe7f2a36f4024d1cf034f13a666c4b323a4/ghc
>---------------------------------------------------------------
commit 0d43cbe7f2a36f4024d1cf034f13a666c4b323a4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 8 12:06:06 2016 -0400
Split up putName variants
>---------------------------------------------------------------
0d43cbe7f2a36f4024d1cf034f13a666c4b323a4
compiler/basicTypes/Name.hs | 7 ++--
compiler/basicTypes/Name.hs-boot | 4 ---
compiler/ghc.cabal.in | 1 +
compiler/ghc.mk | 1 +
compiler/iface/BinFingerprint.hs | 42 ++++++++++++++++++++++
compiler/iface/BinIface.hs | 7 ++--
compiler/iface/FlagChecker.hs | 3 +-
compiler/iface/IfaceSyn.hs | 5 ++-
compiler/iface/MkIface.hs | 17 +++------
compiler/utils/Binary.hs | 76 ++++++++++++++++++++-------------------
compiler/utils/Fingerprint.hsc | 15 ++++++--
ghc/Main.hs | 3 +-
libraries/base/GHC/Fingerprint.hs | 1 -
13 files changed, 117 insertions(+), 65 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 0d43cbe7f2a36f4024d1cf034f13a666c4b323a4
More information about the ghc-commits
mailing list