[commit: ghc] master: Revert "Read COMPLETE sets from external packages" (c02896a)

git at git.haskell.org git at git.haskell.org
Fri Mar 3 16:22:13 UTC 2017


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

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

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

commit c02896abdb4cdbbec93a0a670f4d7f5dcc95cc25
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Mar 3 10:03:18 2017 -0500

    Revert "Read COMPLETE sets from external packages"
    
    This reverts commit 0d2f733050ff656b827351108d988e09abc363fc.


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

c02896abdb4cdbbec93a0a670f4d7f5dcc95cc25
 compiler/deSugar/Check.hs                          |  11 +--
 compiler/deSugar/DsMonad.hs                        |  14 +--
 compiler/iface/LoadIface.hs                        |  29 +++---
 compiler/iface/MkIface.hs                          |   3 +-
 compiler/iface/TcIface.hs                          |  14 ++-
 compiler/iface/TcIface.hs-boot                     |  18 ++--
 compiler/main/HscTypes.hs                          | 101 +++------------------
 compiler/typecheck/TcBinds.hs                      |  10 +-
 compiler/typecheck/TcRnTypes.hs                    |  14 ++-
 compiler/utils/Binary.hs                           |   1 +
 .../tests/patsyn/should_compile/T13350/Makefile    |  13 ---
 .../tests/patsyn/should_compile/T13350/T13350.hs   |   8 --
 testsuite/tests/patsyn/should_compile/T13350/all.T |   4 -
 .../should_compile/T13350/boolean/Boolean.hs       |   9 --
 .../patsyn/should_compile/T13350/boolean/Setup.hs  |   2 -
 .../should_compile/T13350/boolean/boolean.cabal    |   7 --
 16 files changed, 66 insertions(+), 192 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 c02896abdb4cdbbec93a0a670f4d7f5dcc95cc25


More information about the ghc-commits mailing list