[commit: ghc] wip/T4879: Support re-export deprecations (re #4879) (348df97)

git at git.haskell.org git at git.haskell.org
Thu Jan 29 12:33:04 UTC 2015


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

On branch  : wip/T4879
Link       : http://ghc.haskell.org/trac/ghc/changeset/348df976743964ab838714e01f4bcac752c5dfc4/ghc

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

commit 348df976743964ab838714e01f4bcac752c5dfc4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jan 29 13:32:58 2015 +0100

    Support re-export deprecations (re #4879)
    
    This is basically the patch originally implemented by Ian Lynagh
    forward-ported to GHC 7.10/11


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

348df976743964ab838714e01f4bcac752c5dfc4
 compiler/basicTypes/Avail.hs      |  63 +++++++++++++----
 compiler/basicTypes/BasicTypes.hs |   2 +-
 compiler/basicTypes/RdrName.hs    |  27 +++++---
 compiler/deSugar/DsMonad.hs       |   2 +-
 compiler/hsSyn/HsDecls.hs         |   2 +-
 compiler/hsSyn/HsImpExp.hs        |   4 ++
 compiler/iface/MkIface.hs         |   4 +-
 compiler/main/DynamicLoading.hs   |   2 +-
 compiler/main/HscTypes.hs         |  26 ++++---
 compiler/main/InteractiveEval.hs  |   2 +-
 compiler/parser/Parser.y          |   1 +
 compiler/prelude/PrelInfo.hs      |  10 +--
 compiler/rename/RnEnv.hs          |   4 +-
 compiler/rename/RnNames.hs        | 139 ++++++++++++++++++++++++--------------
 compiler/rename/RnSource.hs       |   3 +-
 compiler/typecheck/TcDeriv.hs     |   3 +-
 compiler/typecheck/TcRnDriver.hs  |   2 +-
 17 files changed, 197 insertions(+), 99 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 348df976743964ab838714e01f4bcac752c5dfc4


More information about the ghc-commits mailing list