Update manual: tidy up instances, say more about type families in instance decls
[ghc-hetmet.git] / docs / users_guide / flags.xml
index ef57f13..c8eedd2 100644 (file)
            </row>
            <row>
              <entry><option>-odir</option> <replaceable>dir</replaceable></entry>
-             <entry>set output directory</entry>
+             <entry>set directory for object files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-outputdir</option> <replaceable>dir</replaceable></entry>
+             <entry>set output directory</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
            </row>
            <row>
              <entry><option>-XMagicHash</option></entry>
-             <entry>Enable the &ldquo;magic hash&rdquo;.</entry>
+             <entry>Allow "#" as a <link linkend="magic-hash">postfix modifier on identifiers</link>.</entry>
              <entry>dynamic</entry>
              <entry><option>-XNoMagicHash</option></entry>
            </row>
            <row>
+             <entry><option>-XNewQualifiedOperators</option></entry>
+             <entry>Enable <link linkend="new-qualified-operators">new
+             qualified operator syntax</link></entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoNewQualifiedOperators</option></entry>
+           </row>
+           <row>
              <entry><option>-XPolymorphicComponents</option></entry>
              <entry>Enable <link linkend="universal-quantification">polymorphic components for data constructors</link>.</entry>
              <entry>dynamic</entry>
              <entry><option>-XNoKindSignatures</option></entry>
            </row>
            <row>
-             <entry><option>-XPatternSignatures</option></entry>
-             <entry>Enable <link linkend="pattern-type-sigs">pattern type signatures</link>.</entry>
-             <entry>dynamic</entry>
-             <entry><option>-XNoPatternSignatures</option></entry>
-           </row>
-           <row>
              <entry><option>-XEmptyDataDecls</option></entry>
              <entry>Enable empty data declarations.</entry>
              <entry>dynamic</entry>
            </row>
            <row>
              <entry><option>-XTypeSynonymInstances</option></entry>
-             <entry>Enable <link linkend="type-synonyms">type synonyms</link>.</entry>
+             <entry>Enable <link linkend="type-synonym-instances">type synonyms</link>.</entry>
              <entry>dynamic</entry>
              <entry><option>-XNoTypeSynonymInstances</option></entry>
            </row>
              <entry>dynamic</entry>
              <entry><option>-XNoFunctionalDependencies</option></entry>
            </row>
+           <row>
+             <entry><option>-XPackageImports</option></entry>
+             <entry>Enable <link linkend="package-imports">package-qualified imports</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoPackageImports</option></entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>