[commit: ghc] master: Eliminate ListSetOps from imp_trust_pkgs (ae67619)
git at git.haskell.org
git at git.haskell.org
Thu Mar 2 19:57:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ae67619853d029ea8049a114f44e59f4ca10b990/ghc
>---------------------------------------------------------------
commit ae67619853d029ea8049a114f44e59f4ca10b990
Author: David Feuer <david.feuer at gmail.com>
Date: Thu Mar 2 13:45:27 2017 -0500
Eliminate ListSetOps from imp_trust_pkgs
Eliminate ListSetOps from imp_trust_pkgs and imp_dep_pkgs
Replace Map with NameEnv in TmOracle
Reviewers: austin, dfeuer, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3113
>---------------------------------------------------------------
ae67619853d029ea8049a114f44e59f4ca10b990
compiler/deSugar/DsUsage.hs | 8 ++++----
compiler/deSugar/TmOracle.hs | 14 +++++++-------
compiler/main/GHC.hs | 3 ++-
compiler/main/HscMain.hs | 41 +++++++++++++++++++++-------------------
compiler/rename/RnNames.hs | 8 +++++---
compiler/typecheck/TcRnDriver.hs | 5 +++--
compiler/typecheck/TcRnTypes.hs | 13 +++++++------
compiler/utils/ListSetOps.hs | 6 +-----
ghc/GHCi/UI.hs | 13 +++++++------
9 files changed, 58 insertions(+), 53 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 ae67619853d029ea8049a114f44e59f4ca10b990
More information about the ghc-commits
mailing list