[project @ 2005-11-25 09:25:08 by simonmar]
authorsimonmar <unknown>
Fri, 25 Nov 2005 09:25:08 +0000 (09:25 +0000)
committersimonmar <unknown>
Fri, 25 Nov 2005 09:25:08 +0000 (09:25 +0000)
object files don't use the .obj suffix on Windows.

ghc/docs/users_guide/separate_compilation.xml

index fc44fe6..21490b1 100644 (file)
@@ -55,8 +55,8 @@
       an <firstterm>interface file</firstterm>. </para>
 
       <para>The object file, which normally ends in a
-      <literal>.o</literal> suffix (or <literal>.obj</literal> if
-      you're on Windows), contains the compiled code for the module.</para>
+      <literal>.o</literal> suffix, contains the compiled code for the
+      module.</para>
 
       <para>The interface file,
       which normally ends in a <literal>.hi</literal> suffix, contains