Fix hsc2hs docs: 'gcc' is now the default compiler, not 'ghc'; fixes #4341
authorIan Lynagh <igloo@earth.li>
Tue, 28 Sep 2010 20:19:38 +0000 (20:19 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 28 Sep 2010 20:19:38 +0000 (20:19 +0000)
docs/users_guide/utils.xml

index 3f712fe..39f4b1a 100644 (file)
@@ -205,7 +205,7 @@ tags:
          <literal>&ndash;&ndash;cc=PROG</literal></term>
          <listitem>
            <para>The C compiler to use (default:
-           <command>ghc</command>)</para>
+           <command>gcc</command>)</para>
          </listitem>
        </varlistentry>