diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-17 22:30:35 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-26 16:51:30 -0800 |
commit | b19845db926632c4be7b1e52fe2aa01d26ac3af3 (patch) | |
tree | 1cc3eee96471998fbd98ad7ac3fd55a6f0f6017c /testsuite/.gitignore | |
parent | 4897e7056e7b34c42ba5c0b1fa28ea547b8085b3 (diff) | |
download | haskell-b19845db926632c4be7b1e52fe2aa01d26ac3af3.tar.gz |
Cabal submodule update: hole support and tests.
Depends on D485
Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D487
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 705306c3ef..8ebe1531ba 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -114,6 +114,12 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk /tests/cabal/cabal05/r-0.1.0.0/ /tests/cabal/cabal06/inst-*/ /tests/cabal/cabal06/tmp* +/tests/cabal/sigcabal01/Main +/tests/cabal/sigcabal01/tmp* +/tests/cabal/sigcabal01/inst-* +/tests/cabal/sigcabal01/p_lazy +/tests/cabal/sigcabal01/p_strict +/tests/cabal/sigcabal01/containers /tests/cabal/local01.package.conf/ /tests/cabal/local03.package.conf/ /tests/cabal/local04.package.conf/ |