summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorLemmih <lemmih@gmail.com>2006-03-18 17:30:34 +0000
committerLemmih <lemmih@gmail.com>2006-03-18 17:30:34 +0000
commit206710baa90ffb7ff3541f76ec2d5daf5e3a47e5 (patch)
tree45e71cd4d9e7302d6ee5226920ba2932b6e8f071 /ghc/docs
parentb868ceeab9281a76e6b5095bc612c0b992c16418 (diff)
downloadhaskell-206710baa90ffb7ff3541f76ec2d5daf5e3a47e5.tar.gz
Documentation for -fno-code and -fwrite-iface.
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/users_guide/flags.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml
index d3922c3414..e288da2fb2 100644
--- a/ghc/docs/users_guide/flags.xml
+++ b/ghc/docs/users_guide/flags.xml
@@ -1223,7 +1223,7 @@
<row>
<entry><option>-fno-code</option></entry>
<entry>Omit code generation</entry>
- <entry>dynamic</entry>
+ <entry>mode</entry>
<entry>-</entry>
</row>
</tbody>
@@ -1870,12 +1870,6 @@
<entry>dynamic</entry>
<entry>-</entry>
</row>
- <row>
- <entry><option>-fwrite-iface</option></entry>
- <entry>Write interface to disk even when not generating any code (see <option>-fno-code</option>)</entry>
- <entry>dynamic</entry>
- <entry>-fno-write-iface</entry>
- </row>
</tbody>
</tgroup>
</informaltable>