[commit: ghc] master: typos (c5056b9)
Simon Marlow
marlowsd at gmail.com
Thu Aug 25 13:05:55 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c5056b932a06b4adce5167a5cb69f1f0768d28ec
>---------------------------------------------------------------
commit c5056b932a06b4adce5167a5cb69f1f0768d28ec
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Aug 25 11:11:58 2011 +0100
typos
>---------------------------------------------------------------
docs/users_guide/phases.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml
index 863838c..7158c14 100644
--- a/docs/users_guide/phases.xml
+++ b/docs/users_guide/phases.xml
@@ -845,8 +845,8 @@ $ cat foo.hspp</screen>
allows you to do so. The <replaceable>thing</replaceable> can be one of:
<itemizedlist>
<listitem><para>A lower-case identifier <literal>foo</literal>. GHC assumes that the main function is <literal>Main.foo</literal>.</para></listitem>
- <listitem><para>An module name <literal>A</literal>. GHC assumes that the main function is <literal>A.main</literal>.</para></listitem>
- <listitem><para>An qualified name <literal>A.foo</literal>. GHC assumes that the main function is <literal>A.foo</literal>.</para></listitem>
+ <listitem><para>A module name <literal>A</literal>. GHC assumes that the main function is <literal>A.main</literal>.</para></listitem>
+ <listitem><para>A qualified name <literal>A.foo</literal>. GHC assumes that the main function is <literal>A.foo</literal>.</para></listitem>
</itemizedlist>
Strictly speaking, <option>-main-is</option> is not a link-phase flag at all; it has no effect on the link step.
The flag must be specified when compiling the module containing the specified main function (e.g. module <literal>A</literal>
More information about the Cvs-ghc
mailing list