summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGreg Weber <greg@gregweber.info>2014-11-19 16:43:26 -0600
committerAustin Seipp <austin@well-typed.com>2014-11-19 17:03:06 -0600
commit33c029faef3b5e486def8f3a7c888dfa9f3d8cca (patch)
tree54528d142c7cd91354d00199466518ce320b65e6 /docs
parent53a4742d037da2bfd00d1d34a8ea0d49d4cdb490 (diff)
downloadhaskell-33c029faef3b5e486def8f3a7c888dfa9f3d8cca.tar.gz
make TcRnMonad.lhs respect -ddump-to-file
Summary: allows things such as: -ddump-to-file -ddump-splices Test Plan: compile with flags -ddump-to-file -ddump-splices verify that it does output an extra file Try out other flags. I noticed that with -ddump-tc there is some output going to file and some to stdout. Reviewers: hvr, austin Reviewed By: austin Subscribers: simonpj, thomie, carter Differential Revision: https://phabricator.haskell.org/D460 GHC Trac Issues: #9126
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/7.10.1-notes.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml
index 0cf3f614a5..2db72b1187 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -126,6 +126,16 @@
<option>-ddump-core-pipeline</option> flags have been removed.
</para>
</listitem>
+ <listitem>
+ <para>
+ Many more options have learned to respect the <option>-ddump-to-file</option>.
+ For example you can use <option>-ddump-to-file</option> with <option>-ddump-splices</option>
+ to produce a <option>.dump-splices file</option>
+ for each file that uses Template Haskell.
+ This should be much easier to understand on a larger project
+ than having everything being dumped to stdout.
+ </para>
+ </listitem>
</itemizedlist>
</sect3>