Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Move check-ppr and check-api-annotations to testsuite/utils" | Ben Gamari | 2017-11-02 | 1 | -29/+0 |
| | | | | | | | | Unfortunately this (ironically) ended up breaking bindist testing since we didn't have a package-data.mk. Unfortunately there is no easy way to fix this. This reverts commit 1e9f90af7311c33de0f7f5b7dba594725596d675. | ||||
* | Move check-ppr and check-api-annotations to testsuite/utils | Ben Gamari | 2017-09-27 | 1 | -0/+29 |
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 |