diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-02 14:35:01 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-02 17:03:54 -0400 |
commit | d9b6015d1942aa176e85bb71f34200bab54e1c9c (patch) | |
tree | 416d1dca0af01e30570b8aa6ce662e12579c8b59 /.gitignore | |
parent | bd765f4b1332b3d2a7908de3f9ff1d50da0e0b1d (diff) | |
download | haskell-d9b6015d1942aa176e85bb71f34200bab54e1c9c.tar.gz |
Revert "Move check-ppr and check-api-annotations to testsuite/utils"
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 710c6bfd6f..245b2a527d 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,6 @@ _darcs/ /libraries/dist-haddock/ /rts/dist/ /utils/*/dist*/ -/testsuite/utils/*/dist-install/ /compiler/stage1/ /compiler/stage2/ /compiler/stage3/ |