diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-07-21 20:59:40 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-07-21 20:59:40 +0100 |
commit | 49fc268e2970cc295ca07bc2c014d421cabc392c (patch) | |
tree | 8b66f4684230c3e13e60c76f0c801631761da5ab | |
parent | 7cbce1d2e4f076b2e53bbec93cdbdcf7e541a505 (diff) | |
download | haskell-49fc268e2970cc295ca07bc2c014d421cabc392c.tar.gz |
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.
-rw-r--r-- | docs/users_guide/using.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index b644dbe587..1c75a3fd17 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 “packages” of warnings: |