[commit: ghc] master: Turn ImportedModsVal into a data type (b8d263d)

git at git.haskell.org git at git.haskell.org
Fri Nov 13 09:14:50 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b8d263dc06e37349b2e210d20087b3173383d0a0/ghc

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

commit b8d263dc06e37349b2e210d20087b3173383d0a0
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!


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

b8d263dc06e37349b2e210d20087b3173383d0a0
 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 b8d263dc06e37349b2e210d20087b3173383d0a0


More information about the ghc-commits mailing list