summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.8.1-notes.rst
diff options
context:
space:
mode:
authorroland <rsx@bluewin.ch>2018-08-21 12:18:26 -0400
committerBen Gamari <ben@smart-cactus.org>2018-08-21 18:52:42 -0400
commitebcbfba7bbf07fa9fbb78b46951892997795bcb8 (patch)
treee86c442edbcc6403bb7a2bf85c12b889f941ef39 /docs/users_guide/8.8.1-notes.rst
parent23774c98f1368b41515cbd5223b87ea6dbf644e1 (diff)
downloadhaskell-ebcbfba7bbf07fa9fbb78b46951892997795bcb8.tar.gz
Introduce flag -keep-hscpp-files
Test Plan: `make test=T10869` Reviewers: mpickering, thomie, ezyang, bgamari Reviewed By: thomie, bgamari Subscribers: rwbarton, carter GHC Trac Issues: #10869 Differential Revision: https://phabricator.haskell.org/D4861
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r--docs/users_guide/8.8.1-notes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index 2661b330ed..7ea2c87cbe 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -30,6 +30,7 @@ Language
Compiler
~~~~~~~~
+- New :ghc-flag:`-keep-hscpp-files` to keep the output of the CPP pre-processor.
Runtime system
~~~~~~~~~~~~~~