[commit: ghc] wip/T11071: Turn ImportedModsVal into a data type (9a9364e)
git at git.haskell.org
git at git.haskell.org
Wed Nov 11 12:04:50 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11071
Link : http://ghc.haskell.org/trac/ghc/changeset/9a9364e2a729aa95673c738aa7330e3036dea871/ghc
>---------------------------------------------------------------
commit 9a9364e2a729aa95673c738aa7330e3036dea871
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Nov 11 12:55:22 2015 +0100
Turn ImportedModsVal into a data type
it was a 4-tuple before my patch, and a 6-tuple afterwards. Clearly a
record type is in order here!
>---------------------------------------------------------------
9a9364e2a729aa95673c738aa7330e3036dea871
compiler/iface/MkIface.hs | 6 +++---
compiler/main/HscMain.hs | 12 ++++++------
compiler/main/HscTypes.hs | 15 ++++++++++++---
compiler/rename/RnEnv.hs | 42 ++++++++++++++++++-----------------------
compiler/rename/RnNames.hs | 19 ++++++++++++-------
compiler/typecheck/TcRnTypes.hs | 5 +++--
utils/haddock | 2 +-
7 files changed, 55 insertions(+), 46 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 9a9364e2a729aa95673c738aa7330e3036dea871
More information about the ghc-commits
mailing list