summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-01 16:02:54 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-03 12:17:32 -0400
commit259f4dffaf6698ab6923487e6aa0394d387ae8c6 (patch)
tree782fc106b8f0cd3846e8dc32f6a0bc800bf6294e /hadrian
parentcb364bc25592260a157c9d977619c42f3b2772a4 (diff)
downloadhaskell-259f4dffaf6698ab6923487e6aa0394d387ae8c6.tar.gz
Exclude rts.cabal from source distributions
This modifies both the Hadrian and make build systems to avoid included the rts.cabal generated by autoconf in the source distribution. Fixes #17265.
Diffstat (limited to 'hadrian')
-rw-r--r--hadrian/src/Rules/SourceDist.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Rules/SourceDist.hs b/hadrian/src/Rules/SourceDist.hs
index 8da98ef821..8eb215d9ea 100644
--- a/hadrian/src/Rules/SourceDist.hs
+++ b/hadrian/src/Rules/SourceDist.hs
@@ -93,6 +93,7 @@ prepareTree dest = do
, Test "libraries/primitive"
, Test "libraries/random"
, Test "libraries/vector"
+ , Test "rts/rts.cabal"
, Test "mk/build.mk" ]
srcDirs =
[ "bindisttest"