[commit: ghc] wip/T11970: Basic rip out (76db8ec)

git at git.haskell.org git at git.haskell.org
Fri Jun 17 20:10:46 UTC 2016


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

On branch  : wip/T11970
Link       : http://ghc.haskell.org/trac/ghc/changeset/76db8ec37ebe9db432f00fb88a22ae46a0b5c9ea/ghc

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

commit 76db8ec37ebe9db432f00fb88a22ae46a0b5c9ea
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Thu May 12 21:58:58 2016 +0100

    Basic rip out


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

76db8ec37ebe9db432f00fb88a22ae46a0b5c9ea
 compiler/basicTypes/Avail.hs        | 38 ++++++++++---------------------------
 compiler/basicTypes/RdrName.hs      | 26 ++++++++++++-------------
 compiler/iface/LoadIface.hs         |  2 +-
 compiler/iface/MkIface.hs           |  2 +-
 compiler/main/HscTypes.hs           |  2 +-
 compiler/rename/RnEnv.hs            |  2 --
 compiler/rename/RnExpr.hs           |  2 +-
 compiler/rename/RnNames.hs          | 25 +++++++++---------------
 compiler/rename/RnPat.hs            |  8 ++++----
 compiler/rename/RnSource.hs         |  2 +-
 compiler/typecheck/TcRnDriver.hs    | 38 +++++++++++++++++++++++++++++++------
 testsuite/tests/module/all.T        |  1 +
 testsuite/tests/module/mod17.stderr |  7 ++++---
 testsuite/tests/module/mod3.stderr  |  7 ++++---
 testsuite/tests/module/mod4.stderr  |  6 +++---
 15 files changed, 84 insertions(+), 84 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 76db8ec37ebe9db432f00fb88a22ae46a0b5c9ea


More information about the ghc-commits mailing list