[project @ 2004-06-05 21:55:51 by panne]
[ghc-hetmet.git] / ghc / docs / users_guide / 5-04-notes.sgml
index e259f09..8d28144 100644 (file)
@@ -5,7 +5,9 @@
     <title>User-visible compiler changes</title>
     <itemizedlist>
       <listitem>
-       <para>MacOS X support (Wolfgang, please fill in).</para>
+       <para>Full support for MacOS X, including fully optimized compilation, has been added. Only a native
+       code generator and support for <option>-split-objs</option> is still missing.
+       Everything else needs more testing, but should work.</para>
       </listitem>
       <listitem>
        <para><literal>ghc-pkg</literal>: new options
       <listitem>
        <para>The compiler can now read in files containing Core
        syntax (such as those produced by the
-       <option>-fext-core</option> option) and compile them.  This is
-       enabled with the <option>-fcore</option> flag.</para>
+       <option>-fext-core</option> option) and compile them. Input
+       files with the <literal>.hcr</literal> file extension are
+       assumed to contain Core syntax.</para>
       </listitem>
     </itemizedlist>
   </sect2>