summaryrefslogtreecommitdiff
path: root/docs/users_guide/flags.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/flags.xml')
-rw-r--r--docs/users_guide/flags.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 24917af252..c357f25a20 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -793,6 +793,14 @@
<entry>6.8.1</entry>
</row>
<row>
+ <entry><option>-XApplicativeDo</option></entry>
+ <entry>Enable <link linkend="applicative-do">Applicative
+ do-notation desugaring</link>.</entry>
+ <entry>dynamic</entry>
+ <entry><option>-XNoApplicativeDo</option></entry>
+ <entry>7.12.1</entry>
+ </row>
+ <row>
<entry><option>-XAutoDeriveTypeable</option></entry>
<entry>As of GHC 7.10, this option is not needed, and should
not be used. Automatically <link linkend="deriving-typeable">derive Typeable instances for every datatype and type class declaration</link>.