summaryrefslogtreecommitdiff
path: root/testsuite/driver/extra_files.py
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-17 14:06:18 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-17 23:41:25 -0700
commit8fa2cdb16c4db8141b889f2364d8e5fccc62cde3 (patch)
tree9c23367c8239311feaf835d331b8790f3ef742af /testsuite/driver/extra_files.py
parentcf5eec3eaa638719fd9768c20271f8aa2b2eac1f (diff)
downloadhaskell-8fa2cdb16c4db8141b889f2364d8e5fccc62cde3.tar.gz
Track dep_finsts in exports hash, as it affects downstream deps.
Summary: I also added some more comments about the orphan and family instance hashing business. Fixes #12723. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: bgamari, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2607 GHC Trac Issues: #12723
Diffstat (limited to 'testsuite/driver/extra_files.py')
-rw-r--r--testsuite/driver/extra_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py
index 5918523a57..c360537c3a 100644
--- a/testsuite/driver/extra_files.py
+++ b/testsuite/driver/extra_files.py
@@ -480,6 +480,7 @@ extra_src_files = {
'recomp010': ['Main.hs', 'X1.hs', 'X2.hs'],
'recomp011': ['Main.hs'],
'recomp015': ['Generate.hs'],
+ 'recomp016': ['A.hs', 'A2.hs', 'C.hs', 'D.hs', 'E.hs'],
'record_upd': ['Main.hs'],
'rename.prog001': ['Rn037Help.hs', 'rn037.hs'],
'rename.prog002': ['Rn037Help.hs', 'rnfail037.hs'],