diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-09-27 15:22:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-27 17:37:29 -0400 |
commit | 1e9f90af7311c33de0f7f5b7dba594725596d675 (patch) | |
tree | 705865c81d93f3084934825917eadb4e42296fac /.gitignore | |
parent | 4364f1e7543b6803cfaef321105d253e0bdf08a4 (diff) | |
download | haskell-1e9f90af7311c33de0f7f5b7dba594725596d675.tar.gz |
Move check-ppr and check-api-annotations to testsuite/utils
These are needed by the testsuite and consequently must be shipped in
the testsuite tarball to ensure that we can test binary distributions.
See #13897.
Test Plan: Validate
Reviewers: austin
Subscribers: snowleopard, rwbarton, thomie
GHC Trac Issues: #13897
Differential Revision: https://phabricator.haskell.org/D4039
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 245b2a527d..710c6bfd6f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ _darcs/ /libraries/dist-haddock/ /rts/dist/ /utils/*/dist*/ +/testsuite/utils/*/dist-install/ /compiler/stage1/ /compiler/stage2/ /compiler/stage3/ |