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

git at git.haskell.org git at git.haskell.org
Tue Sep 13 15:07:06 UTC 2016


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

On branch  : wip/names3
Link       : http://ghc.haskell.org/trac/ghc/changeset/26044578b26cab3b3c42f89ee6001a634d2a1f3f/ghc

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

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

    Move name cache things to new module


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

26044578b26cab3b3c42f89ee6001a634d2a1f3f
 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 +
 8 files changed, 25 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 26044578b26cab3b3c42f89ee6001a634d2a1f3f


More information about the ghc-commits mailing list