diff options
author | Austin Seipp <austin@well-typed.com> | 2014-12-05 14:52:29 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-12-05 18:36:20 -0600 |
commit | 7cd6806635d24694446748f59c97b14b0c47ba89 (patch) | |
tree | 58d0f0b1f0260440119b22277c3275c279275a2a /docs/users_guide/using.xml | |
parent | 3ebe304f25ba492403af5cc72500fe0b23a8c3a0 (diff) | |
download | haskell-7cd6806635d24694446748f59c97b14b0c47ba89.tar.gz |
Add -fwarn-unticked-promoted-constructors to -Wall
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'docs/users_guide/using.xml')
-rw-r--r-- | docs/users_guide/using.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index c9a30fe353..3059cff485 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1084,7 +1084,8 @@ test.hs:(5,4)-(6,7): <option>-fwarn-warn-hi-shadowing</option>, <option>-fwarn-orphans</option>, <option>-fwarn-unused-do-bind</option>, and - <option>-fwarn-trustworthy-safe</option>.</para> + <option>-fwarn-trustworthy-safe</option>, + <option>-fwarn-unticked-promoted-constructors</option>.</para> </listitem> </varlistentry> |