diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-16 18:36:24 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-16 18:36:24 +0000 |
commit | 559a5553ca80955393365335903237bec2e7a583 (patch) | |
tree | 7a610274558a83873e0f75961f7614fc985d251f | |
parent | 194e778d542875df662986c48a0e8832be880247 (diff) | |
download | haskell-559a5553ca80955393365335903237bec2e7a583.tar.gz |
Remove note that -E behaviour has changed (6.0 has the same note)
-rw-r--r-- | docs/users_guide/using.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index eb032df283..2503acebd4 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -595,9 +595,7 @@ ghc -c Foo.hs</screen> <para>Note: The option <option>-E</option><indexterm><primary>-E option</primary></indexterm> runs just the pre-processing passes - of the compiler, dumping the result in a file. Note that this - differs from the previous behaviour of dumping the file to - standard output.</para> + of the compiler, dumping the result in a file.</para> <sect3 id="overriding-suffixes"> <title>Overriding the default behaviour for a file</title> |