[commit: ghc] master: Move check-ppr and check-api-annotations to testsuite/utils (1e9f90a)
git at git.haskell.org
git at git.haskell.org
Wed Sep 27 21:38:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1e9f90af7311c33de0f7f5b7dba594725596d675/ghc
>---------------------------------------------------------------
commit 1e9f90af7311c33de0f7f5b7dba594725596d675
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Wed Sep 27 15:22:37 2017 -0400
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
>---------------------------------------------------------------
1e9f90af7311c33de0f7f5b7dba594725596d675
.gitignore | 1 +
Makefile | 10 +++++--
ghc.mk | 34 ++++++++++++++++++----
.../utils}/check-api-annotations/Main.hs | 0
.../utils}/check-api-annotations/README | 0
.../check-api-annotations.cabal | 0
testsuite/utils/check-api-annotations/ghc.mk | 20 +++++++++++++
{utils => testsuite/utils}/check-ppr/Main.hs | 0
{utils => testsuite/utils}/check-ppr/README | 0
.../utils}/check-ppr/check-ppr.cabal | 0
testsuite/utils/check-ppr/ghc.mk | 20 +++++++++++++
utils/check-api-annotations/ghc.mk | 18 ------------
utils/check-ppr/ghc.mk | 18 ------------
13 files changed, 76 insertions(+), 45 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 1e9f90af7311c33de0f7f5b7dba594725596d675
More information about the ghc-commits
mailing list