[commit: ghc] wip/names3: Move name cache things to new module (57bc817)

git at git.haskell.org git at git.haskell.org
Tue Sep 13 15:08:35 UTC 2016


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

On branch  : wip/names3
Link       : http://ghc.haskell.org/trac/ghc/changeset/57bc817cdac249989de03fed4eb193b47ba5f0e8/ghc

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

commit 57bc817cdac249989de03fed4eb193b47ba5f0e8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Sep 13 10:52:07 2016 -0400

    Move name cache things to new module


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

57bc817cdac249989de03fed4eb193b47ba5f0e8
 compiler/basicTypes/NameCache.hs | 129 +++++++++++++++++++++++++++++++++++++++
 compiler/ghc.cabal.in            |   1 +
 compiler/ghc.mk                  |   1 +
 compiler/iface/BinIface.hs       |   1 +
 compiler/iface/IfaceEnv.hs       | 129 ++++++---------------------------------
 compiler/main/HscMain.hs         |   2 +-
 compiler/main/HscTypes.hs        |  17 +-----
 compiler/main/TidyPgm.hs         |   1 +
 compiler/simplCore/CoreMonad.hs  |   1 +
 9 files changed, 154 insertions(+), 128 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 57bc817cdac249989de03fed4eb193b47ba5f0e8


More information about the ghc-commits mailing list