[commit: ghc] wip/T11071: Turn ImportedModsVal into a data type (c3147f0)
git at git.haskell.org
git at git.haskell.org
Wed Nov 11 12:19:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11071
Link : http://ghc.haskell.org/trac/ghc/changeset/c3147f056f52bba5b2f15e1c277b0604e6a3e6f7/ghc
>---------------------------------------------------------------
commit c3147f056f52bba5b2f15e1c277b0604e6a3e6f7
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!
>---------------------------------------------------------------
c3147f056f52bba5b2f15e1c277b0604e6a3e6f7
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 +++--
6 files changed, 54 insertions(+), 45 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 c3147f056f52bba5b2f15e1c277b0604e6a3e6f7
More information about the ghc-commits
mailing list