[commit: ghc] master: Revert "Change loadSrcInterface to return a list of ModIface" (c60704f)
git at git.haskell.org
git at git.haskell.org
Thu Jun 11 23:18:31 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c60704fc405149407c155e297433f1cc299ae58a/ghc
>---------------------------------------------------------------
commit c60704fc405149407c155e297433f1cc299ae58a
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu Jun 11 15:33:59 2015 -0700
Revert "Change loadSrcInterface to return a list of ModIface"
As it turns out, in our new design these changes are no longer
needed. The code is simpler without returning a list of ModIface,
so let's do it!
This reverts commit 8c7d20d8c7e63a1123755aae69cfa825c749e9e8.
>---------------------------------------------------------------
c60704fc405149407c155e297433f1cc299ae58a
compiler/iface/LoadIface.hs | 50 ++++-----------------------
compiler/rename/RnEnv.hs | 5 ++-
compiler/rename/RnNames.hs | 74 +++++++++++++++-------------------------
compiler/typecheck/TcRnDriver.hs | 5 ++-
4 files changed, 38 insertions(+), 96 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 c60704fc405149407c155e297433f1cc299ae58a
More information about the ghc-commits
mailing list