[commit: ghc] master: Revert "Revert "Revert "Support for multiple signature files in scope.""" (3f13c20)

git at git.haskell.org git at git.haskell.org
Mon Sep 21 18:52:54 UTC 2015


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

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

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

commit 3f13c20e0c29d3db974c2a0d7d5ec15abd5a434b
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Sep 11 17:13:30 2015 -0700

    Revert "Revert "Revert "Support for multiple signature files in scope."""
    
    This reverts commit 214596de224afa576a9c295bcf53c6941d6892e0.


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

3f13c20e0c29d3db974c2a0d7d5ec15abd5a434b
 compiler/deSugar/DsMonad.hs                        |   2 +-
 compiler/ghci/Linker.hs                            |  46 ++---
 compiler/iface/LoadIface.hs                        |  18 +-
 compiler/iface/MkIface.hs                          |  18 +-
 compiler/main/DriverMkDepend.hs                    |   5 +-
 compiler/main/DynamicLoading.hs                    |  21 +-
 compiler/main/Finder.hs                            |  77 +++-----
 compiler/main/GHC.hs                               |  30 +--
 compiler/main/GhcMake.hs                           |  19 +-
 compiler/main/HscTypes.hs                          |  36 +---
 compiler/main/Packages.hs                          | 214 +++++++--------------
 docs/users_guide/separate_compilation.xml          |   5 -
 ghc/Main.hs                                        |   5 +-
 testsuite/.gitignore                               |   6 -
 testsuite/tests/cabal/sigcabal02/Main.hs           |   7 -
 testsuite/tests/cabal/sigcabal02/Makefile          |  34 ----
 testsuite/tests/cabal/sigcabal02/Setup.hs          |   2 -
 testsuite/tests/cabal/sigcabal02/ShouldFail.hs     |   1 -
 testsuite/tests/cabal/sigcabal02/all.T             |   9 -
 testsuite/tests/cabal/sigcabal02/p/LICENSE         |   0
 testsuite/tests/cabal/sigcabal02/p/Map.hsig        |  18 --
 testsuite/tests/cabal/sigcabal02/p/P.hs            |  12 --
 testsuite/tests/cabal/sigcabal02/p/Set.hsig        |  13 --
 testsuite/tests/cabal/sigcabal02/p/p.cabal         |  14 --
 testsuite/tests/cabal/sigcabal02/q/LICENSE         |   0
 testsuite/tests/cabal/sigcabal02/q/Map.hsig        |   7 -
 testsuite/tests/cabal/sigcabal02/q/Q.hs            |   7 -
 testsuite/tests/cabal/sigcabal02/q/q.cabal         |  13 --
 testsuite/tests/cabal/sigcabal02/sigcabal02.stderr |   4 -
 testsuite/tests/cabal/sigcabal02/sigcabal02.stdout |   5 -
 testsuite/tests/driver/recomp014/Makefile          |  31 ---
 testsuite/tests/driver/recomp014/all.T             |   4 -
 testsuite/tests/driver/recomp014/recomp014.stdout  |   4 -
 testsuite/tests/driver/sigof01/Makefile            |   6 -
 testsuite/tests/driver/sigof01/all.T               |  10 -
 testsuite/tests/driver/sigof01/sigof01i.script     |   1 -
 testsuite/tests/driver/sigof01/sigof01i.stdout     |   3 -
 testsuite/tests/driver/sigof01/sigof01i2.script    |   3 -
 testsuite/tests/driver/sigof01/sigof01i2.stdout    |   9 -
 testsuite/tests/package/package09e.stderr          |   2 +-
 40 files changed, 139 insertions(+), 582 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 3f13c20e0c29d3db974c2a0d7d5ec15abd5a434b


More information about the ghc-commits mailing list