[commit: ghc] ghc-7.10: Remove an incorrect statement about -fwarn-tabs (d7338ac)
git at git.haskell.org
git at git.haskell.org
Fri Apr 3 05:51:19 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/d7338ac592838eacbac5b772cbab1d7d66848867/ghc
>---------------------------------------------------------------
commit d7338ac592838eacbac5b772cbab1d7d66848867
Author: Dave Laing <dave.laing.80 at gmail.com>
Date: Fri Apr 3 00:49:38 2015 -0500
Remove an incorrect statement about -fwarn-tabs
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D772
GHC Trac Issues: #10213
(cherry picked from commit 2255c76c7049314d3d8545efb6317688ba0da72c)
>---------------------------------------------------------------
d7338ac592838eacbac5b772cbab1d7d66848867
docs/users_guide/using.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index c1a5196..50da497 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -1755,8 +1755,6 @@ f "2" = 2
<indexterm><primary>tabs, warning</primary></indexterm>
<para>Have the compiler warn if there are tabs in your source
file.</para>
-
- <para>This warning is off by default.</para>
</listitem>
</varlistentry>
More information about the ghc-commits
mailing list