diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 6 | ||||
-rw-r--r-- | docs/users_guide/using.xml | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index eaa622596f..b0dbfb1f94 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -60,6 +60,12 @@ <entry>-</entry> </row> <row> + <entry><option>––supported-languages</option></entry> + <entry>display the supported language extensions</entry> + <entry>mode</entry> + <entry>-</entry> + </row> + <row> <entry><option>––version</option></entry> <entry>display GHC version</entry> <entry>mode</entry> diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index c24a20c3c9..7a1391ce85 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -343,6 +343,18 @@ module X where <varlistentry> <term> <cmdsynopsis> + <command>ghc --supported-languages</command> + </cmdsynopsis> + <indexterm><primary><option>––supported-languages</option></primary></indexterm> + </term> + <listitem> + <para>Print the supported language extensions.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + <cmdsynopsis> <command>ghc --version</command> <command>ghc -V</command> </cmdsynopsis> |