[commit: ghc] master: Cabal submodule update: hole support and tests. (b19845d)

git at git.haskell.org git at git.haskell.org
Thu Nov 27 01:24:50 UTC 2014


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

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

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

commit b19845db926632c4be7b1e52fe2aa01d26ac3af3
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Nov 17 22:30:35 2014 -0800

    Cabal submodule update: hole support and tests.
    
    Depends on D485
    
    Summary: Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonpj, austin
    
    Subscribers: thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D487


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

b19845db926632c4be7b1e52fe2aa01d26ac3af3
 .arclint                                           |  2 +-
 libraries/Cabal                                    |  2 +-
 libraries/bin-package-db/GHC/PackageDb.hs          |  7 ++++-
 testsuite/.gitignore                               |  6 ++++
 testsuite/tests/cabal/Makefile                     |  4 +--
 testsuite/tests/cabal/cabal07/Makefile             | 21 ++++++++++++++
 .../tests/cabal/{cabal05 => cabal07}/Setup.hs      |  0
 testsuite/tests/cabal/cabal07/all.T                | 12 ++++++++
 testsuite/tests/cabal/cabal07/cabal07.stderr       |  6 ++++
 .../tests/cabal/{cabal05 => cabal07}/p/LICENSE     |  0
 testsuite/tests/cabal/cabal07/p/P.hs               |  5 ++++
 .../tests/cabal/{cabal06/q => cabal07/p}/Q.hs      |  3 +-
 .../cabal/{cabal06/p-1.0 => cabal07/p}/p.cabal     |  4 +--
 testsuite/tests/cabal/ghcpkg07.stdout              |  5 ++--
 testsuite/tests/cabal/sigcabal01/Main.hs           |  3 ++
 testsuite/tests/cabal/sigcabal01/Makefile          | 33 ++++++++++++++++++++++
 .../tests/cabal/{cabal05 => sigcabal01}/Setup.hs   |  0
 .../tests/cabal/{cabal06 => sigcabal01}/all.T      |  4 +--
 .../tests/cabal/{cabal05 => sigcabal01}/p/LICENSE  |  0
 testsuite/tests/cabal/sigcabal01/p/Map.hsig        | 19 +++++++++++++
 .../sigof02/Main.hs => cabal/sigcabal01/p/P.hs}    |  4 ++-
 .../cabal/{cabal06/p-1.0 => sigcabal01/p}/p.cabal  |  1 +
 testsuite/tests/cabal/sigcabal01/sigcabal01.stderr |  2 ++
 testsuite/tests/cabal/sigcabal01/sigcabal01.stdout |  5 ++++
 utils/ghc-pkg/Main.hs                              |  2 ++
 25 files changed, 136 insertions(+), 14 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 b19845db926632c4be7b1e52fe2aa01d26ac3af3


More information about the ghc-commits mailing list