summaryrefslogtreecommitdiff
path: root/docs/users_guide/flags.xml
diff options
context:
space:
mode:
authorRyanGlScott <ryan.gl.scott@gmail.com>2015-09-21 21:50:55 -0500
committerAustin Seipp <austin@well-typed.com>2015-09-21 21:50:56 -0500
commit089b72f524a6a7564346baca9595fcd07081ec40 (patch)
tree2354366bd18fe44ddbcbe4953e172f345a374b66 /docs/users_guide/flags.xml
parentd4d34a73aacc225a8f28d7138137bf548c9e51cc (diff)
downloadhaskell-089b72f524a6a7564346baca9595fcd07081ec40.tar.gz
DeriveLift extension (#1830)
Summary: This implements -XDeriveLift, which allows for automatic derivation of the Lift class from template-haskell. The implementation is based off of Ian Lynagh's th-lift library (http://hackage.haskell.org/package/th-lift). Test Plan: ./validate Reviewers: hvr, simonpj, bgamari, goldfire, austin Reviewed By: goldfire, austin Subscribers: osa1, thomie Differential Revision: https://phabricator.haskell.org/D1168 GHC Trac Issues: #1830
Diffstat (limited to 'docs/users_guide/flags.xml')
-rw-r--r--docs/users_guide/flags.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index c357f25a20..7bf8246b75 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -905,6 +905,12 @@
<entry>7.2.1</entry>
</row>
<row>
+ <entry><option>-XDeriveLift</option></entry>
+ <entry>Enable <link linkend="deriving-lift">deriving for the Lift class</link>.</entry>
+ <entry>dynamic</entry>
+ <entry><option>-XNoDeriveLift</option></entry>
+ </row>
+ <row>
<entry><option>-XDeriveTraversable</option></entry>
<entry>Enable <link linkend="deriving-extra">deriving for the Traversable class</link>.
Implies <option>-XDeriveFunctor</option> and <option>-XDeriveFoldable</option>.</entry>