diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-03-13 02:22:06 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-03-17 01:48:02 -0700 |
commit | b301f78eee89726248cf2d142e005c6618dc839c (patch) | |
tree | d52f1862c162d7e36b265536547845de46c87e82 /testsuite/tests/backpack/should_fail | |
parent | bc21ea0ac849916bd444a1d935d44a110b815e00 (diff) | |
download | haskell-b301f78eee89726248cf2d142e005c6618dc839c.tar.gz |
Save renamed syntax when signature merging.
Summary:
This is required to make Haddock work correctly.
Comes with a Haddock submodule update for better rendering.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, austin
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3335
Diffstat (limited to 'testsuite/tests/backpack/should_fail')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail35.stderr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail35.stderr b/testsuite/tests/backpack/should_fail/bkpfail35.stderr index 6b2131768e..cbb2152f7f 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail35.stderr +++ b/testsuite/tests/backpack/should_fail/bkpfail35.stderr @@ -3,10 +3,6 @@ [2 of 2] Compiling B ( p/B.hs, nothing ) [2 of 4] Processing q [1 of 1] Compiling A[sig] ( q/A.hsig, nothing ) - -bkpfail35.bkp:8:18: warning: - Exported identifier ‘x’ will cause warnings if used. - (To suppress this warning, remove ‘x’ from the export list of this signature.) [3 of 4] Processing aimpl Instantiating aimpl [1 of 1] Compiling A ( aimpl/A.hs, bkpfail35.out/aimpl/A.o ) |