summaryrefslogtreecommitdiff
path: root/testsuite/utils/check-api-annotations/check-api-annotations.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-021-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/utilsBen Gamari2017-09-271-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