[project @ 2004-10-18 18:24:59 by igloo]
[ghc-hetmet.git] / ghc / docs / users_guide / flags.xml
index 895e993..ab61bd4 100644 (file)
              <entry>static</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-ferror-spans</option></entry>
+             <entry>output full span in error messages</entry>
+             <entry>static</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
          </row>
 
          <row>
+           <entry><option>-fwarn-incomplete-record-updates</option></entry>
+           <entry>warn when a record update could fail</entry>
+           <entry>dynamic</entry>
+           <entry><option>-fno-warn-incomplete-record-updates</option></entry>
+         </row>
+
+         <row>
            <entry><option>-fwarn-misc</option></entry>
            <entry>enable miscellaneous warnings</entry>
            <entry>dynamic</entry>
            </row>
            <row>
              <entry><option>-no-hs-main</option></entry>
-             <entry>Don't asssume this program contains <literal>main</literal></entry>
+             <entry>Don't assume this program contains <literal>main</literal></entry>
              <entry>static</entry>
              <entry>-</entry>
            </row>