Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d402d8a61ee729287d417c3355be72c61bb35b78 >--------------------------------------------------------------- commit d402d8a61ee729287d417c3355be72c61bb35b78 Author: Iavor S. Diatchki <[email protected]> Date: Sat Mar 31 12:15:23 2012 -0700 Add an entry for -XExplicitNamespaces to the manual. >--------------------------------------------------------------- docs/users_guide/flags.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 73f9414..169dd9d 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -981,6 +981,12 @@ <entry><option>-XNoTypeOperators</option></entry> </row> <row> + <entry><option>-XExplicitNamespaces</option></entry> + <entry>Enable using the keyword <literal>type</literal> to specify the namespace of entries in imports and exports.</entry> + <entry>dynamic</entry> + <entry><option>-XNoExplicitNamespaces</option></entry> + </row> + <row> <entry><option>-XDoRec</option></entry> <entry>Enable <link linkend="recursive-do-notation">recursive do notation</link>.</entry> <entry>dynamic</entry> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
