summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-07-15 22:11:19 +0000
committerIan Lynagh <igloo@earth.li>2007-07-15 22:11:19 +0000
commit26553252c9f26a7778c5854c61a2e23266da4eb2 (patch)
tree45be756d13254732427e11ede49d3c8275c63a2d
parent69443f18d24fb9a911f27ad46c298cc21be57c61 (diff)
downloadhaskell-26553252c9f26a7778c5854c61a2e23266da4eb2.tar.gz
In user guide, don't claim that ghci never generates .hi files
With -fobject-code it now can do.
-rw-r--r--docs/users_guide/ghci.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index c60e249461..0409400d8b 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -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>