X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=502c856a09d2a7727e43ff1bfeb01c3080204365;hb=41c6c5d091021a859a7508b47e9fa8a19230b033;hp=88f9e5e60080cc91f75c5b7f99e5b801a043eb4c;hpb=0560e796f1d813582e066a5f2bec2684c71df44d;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 88f9e5e..502c856 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -839,7 +839,16 @@ ghc -c Foo.hs : - Turns on all warning options. + Turns on all warning options that indicate potentially + suspicious code. The warnings that are + not enabled by + are: + + + + + + @@ -1145,7 +1154,7 @@ f "2" = 2 the MR can give rise to unexpected behaviour, so it can be helpful to have an explicit warning that it is being applied. - This warning is on by default. + This warning is off by default.