[commit: ghc] master: On second thoughts, don't document -fwarn-alternative-layout-rule-transitional (49fc268)

Ian Lynagh igloo at ghc.haskell.org
Sun Jul 21 22:38:02 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/49fc268e2970cc295ca07bc2c014d421cabc392c

>---------------------------------------------------------------

commit 49fc268e2970cc295ca07bc2c014d421cabc392c
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Jul 21 20:59:40 2013 +0100

    On second thoughts, don't document -fwarn-alternative-layout-rule-transitional
    
    I think the alternative layout rule flags are deliberately not
    documented at the moment.

>---------------------------------------------------------------

 docs/users_guide/using.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index b644dbe..1c75a3f 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -973,8 +973,7 @@ test.hs:(5,4)-(6,7):
     <option>-fwarn-unsupported-calling-conventions</option>,
     <option>-fwarn-dodgy-foreign-imports</option>,
     <option>-fwarn-typeable-instances</option>,
-    <option>-fwarn-inline-rule-shadowing</option>,
-    <option>-fwarn-alternative-layout-rule-transitional</option>, and
+    <option>-fwarn-inline-rule-shadowing</option>, and
     <option>-fwarn-unsupported-llvm-version</option>.
     The following flags are simple ways to select standard
     &ldquo;packages&rdquo; of warnings:






More information about the ghc-commits mailing list