[commit: ghc] ghc-8.0: Refactor lookupFixityRn-related code following D1744 (3e1f49f)
git at git.haskell.org
git at git.haskell.org
Sat Jan 16 12:49:12 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/3e1f49fed900813de867255ede338fc47de38215/ghc
>---------------------------------------------------------------
commit 3e1f49fed900813de867255ede338fc47de38215
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date: Fri Jan 15 16:37:18 2016 +0100
Refactor lookupFixityRn-related code following D1744
Test Plan: ./validate
Reviewers: goldfire, austin, bgamari, simonpj
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D1766
GHC Trac Issues: #11345
(cherry picked from commit 756b22832e2ba5713e5bb8201eedf1d04db729a8)
>---------------------------------------------------------------
3e1f49fed900813de867255ede338fc47de38215
compiler/iface/MkIface.hs | 14 +++++++-------
compiler/main/HscTypes.hs | 17 +++++++++++------
compiler/rename/RnEnv.hs | 39 +++++++++++++++++++++++++++++++--------
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/typecheck/TcSplice.hs | 22 ++--------------------
docs/users_guide/8.0.1-notes.rst | 8 ++++++++
6 files changed, 60 insertions(+), 42 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 3e1f49fed900813de867255ede338fc47de38215
More information about the ghc-commits
mailing list