In user guide, don't claim that ghci never generates .hi files
authorIan Lynagh <igloo@earth.li>
Sun, 15 Jul 2007 22:11:19 +0000 (22:11 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 15 Jul 2007 22:11:19 +0000 (22:11 +0000)
With -fobject-code it now can do.

docs/users_guide/ghci.xml

index c60e249..0409400 100644 (file)
@@ -1516,9 +1516,7 @@ $ ghci Main.hs
 
     <para>Most of the command-line options accepted by GHC (see <xref
     linkend="using-ghc"/>) also make sense in interactive mode.  The ones
-    that don't make sense are mostly obvious; for example, GHCi
-    doesn't generate interface files, so options related to interface
-    file generation won't have any effect.</para>
+    that don't make sense are mostly obvious.</para>
 
     <sect2>
       <title>Packages</title>