Documentation only - fix typo in flags reference
[ghc-hetmet.git] / docs / users_guide / flags.xml
index d0b0169..27c0dda 100644 (file)
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>&ndash;&ndash;supported-languages</option></entry>
+             <entry>display the supported language extensions</entry>
+             <entry>mode</entry>
+             <entry>-</entry>
+           </row>
+           <row>
+             <entry><option>&ndash;&ndash;info</option></entry>
+             <entry>display information about the compiler</entry>
+             <entry>mode</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>&ndash;&ndash;version</option></entry>
              <entry>display GHC version</entry>
              <entry>mode</entry>
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>&ndash;&ndash;print-docdir</option></entry>
+             <entry>display GHC documentation directory</entry>
+             <entry>mode</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>-ferror-spans</option></entry>
              <entry>output full span in error messages</entry>
              <entry>static</entry>
          </thead>
          <tbody>
            <row>
-             <entry><option>-keep-hc-file</option></entry>
+             <entry><option>-keep-hc-file</option> or
+                 <option>-keep-hc-files</option></entry>
              <entry>retain intermediate <literal>.hc</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-keep-s-file</option></entry>
+             <entry><option>-keep-s-file</option> or
+                 <option>-keep-s-files</option></entry>
              <entry>retain intermediate <literal>.s</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-keep-raw-s-file</option></entry>
+             <entry><option>-keep-raw-s-file</option> or
+                 <option>-keep-raw-s-files</option></entry>
              <entry>retain intermediate <literal>.raw_s</literal> files</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
            <row>
              <entry><option>--show-iface</option> <replaceable>file</replaceable></entry>
-             <entry>Read the interface in
-             <replaceable>file</replaceable> and dump it as text to
-             <literal>stdout</literal>.</entry>
-             <entry>mode</entry>
-             <entry>-</entry>
+             <entry>See <xref linkend="modes"/>.</entry>
            </row>
          </tbody>
        </tgroup>
       </informaltable>
     </sect2>
 
-    <sect2>
+    <sect2 id="interactive-mode-options">
       <title>Interactive-mode options</title>
       
       <para><xref linkend="ghci-dot-files"/></para>
              <entry>-</entry>
            </row>
            <row>
-             <entry><option>-short-ghci-banner</option></entry>
-             <entry>Display a one-line banner at GHCi startup</entry>
+             <entry><option>-fbreak-on-exception</option></entry>
+             <entry><link linkend="ghci-debugger-exceptions">Break on any exception thrown</link></entry>
              <entry>dynamic</entry>
-             <entry>-</entry>
+             <entry><option>-fno-break-on-exception</option></entry>
            </row>
            <row>
-             <entry><option>-long-ghci-banner</option></entry>
-             <entry>Display a full banner at GHCi startup</entry>
+             <entry><option>-fbreak-on-error</option></entry>
+             <entry><link linkend="ghci-debugger-exceptions">Break on uncaught exceptions and errors</link></entry>
              <entry>dynamic</entry>
-             <entry>-</entry>
+             <entry><option>-fno-break-on-error</option></entry>
            </row>
            <row>
-             <entry><option>-fdebugging</option></entry>
-             <entry>Generate bytecode enabled for debugging</entry>
+             <entry><option>-fprint-evld-with-show</option></entry>
+             <entry><link linkend="breakpoints">Enable usage of Show instances in <literal>:print</literal></link></entry>
              <entry>dynamic</entry>
-             <entry>-</entry>
-           </row>
+             <entry><option>-fno-print-evld-with-show</option></entry>
+           </row>          
            <row>
-             <entry><option>-fno-debugging</option></entry>
-             <entry>Do not include debugging information in bytecodes</entry>
+             <entry><option>-fprint-bind-result</option></entry>
+             <entry><link linkend="ghci-stmts">Turn on printing of binding results in GHCi</link></entry>
              <entry>dynamic</entry>
-             <entry>-</entry>
+             <entry><option>-fno-print-bind-result</option></entry>
            </row>
            <row>
-             <entry><option>-fno-print-bind-result</option></entry>
-             <entry><link linkend="ghci-stmts">Turn off printing of binding results in GHCi</link></entry>
+             <entry><option>-fno-print-bind-contents</option></entry>
+             <entry><link linkend="breakpoints">Turn off printing of binding contents in GHCi</link></entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
+
          </tbody>
        </tgroup>
       </informaltable>
          </thead>
          <tbody>
            <row>
-             <entry><option>-fallow-overlapping-instances</option></entry>
+             <entry><option>-fglasgow-exts</option></entry>
+             <entry>Enable most language extensions</entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-glasgow-exts</option></entry>
+           </row>
+           <row>
+             <entry><option>-XOverlappingInstances</option></entry>
              <entry>Enable <link linkend="instance-overlap">overlapping instances</link></entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-allow-overlapping-instances</option></entry>
+             <entry><option>-XNoOverlappingInstances</option></entry>
            </row>
            <row>
-             <entry><option>-fallow-incoherent-instances</option></entry>
+             <entry><option>-XIncoherentInstances</option></entry>
              <entry>Enable <link linkend="instance-overlap">incoherent instances</link>.  
-             Implies <option>-fallow-overlapping-instances</option> </entry>
+             Implies <option>-XOverlappingInstances</option> </entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-allow-incoherent-instances</option></entry>
+             <entry><option>-XNoIncoherentInstances</option></entry>
            </row>
            <row>
-             <entry><option>-fallow-undecidable-instances</option></entry>
+             <entry><option>-XUndecidableInstances</option></entry>
              <entry>Enable <link linkend="undecidable-instances">undecidable instances</link></entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-allow-undecidable-instances</option></entry>
+             <entry><option>-XNoUndecidableInstances</option></entry>
            </row>
            <row>
              <entry><option>-fcontext-stack=N</option><replaceable>n</replaceable></entry>
-             <entry>set the <link linkend="undecidable-instances">limit for context reduction</link></entry>
+             <entry>set the <link linkend="undecidable-instances">limit for context reduction</link>. Default is 20.</entry>
              <entry>dynamic</entry>
-             <entry><option>20</option></entry>
+             <entry></entry>
            </row>
            <row>
-             <entry><option>-farrows</option></entry>
+             <entry><option>-XArrows</option></entry>
              <entry>Enable <link linkend="arrow-notation">arrow
              notation</link> extension</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-arrows</option></entry>
+             <entry><option>-XNoArrows</option></entry>
            </row>
            <row>
-             <entry><option>-ffi</option> or <option>-fffi</option></entry>
+             <entry><option>-fdisambiguate-record-fields</option></entry>
+             <entry>Enable <link linkend="disambiguate-fields">record 
+             field disambiguation</link></entry>
+             <entry>dynamic</entry>
+             <entry><option>-fno-disambiguate-record-fields</option></entry>
+           </row>
+           <row>
+             <entry><option>-XForeignFunctionInterface</option></entry>
              <entry>Enable <link linkend="ffi">foreign function interface</link> (implied by
              <option>-fglasgow-exts</option>)</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-ffi</option></entry>
+             <entry><option>-XNoForeignFunctionInterface</option></entry>
            </row>
            <row>
-             <entry><option>-fgenerics</option></entry>
+             <entry><option>-XGenerics</option></entry>
              <entry>Enable <link linkend="generic-classes">generic classes</link></entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-fgenerics</option></entry>
+             <entry><option>-XNoGenerics</option></entry>
            </row>
            <row>
-             <entry><option>-fglasgow-exts</option></entry>
-             <entry>Enable most language extensions</entry>
-             <entry>dynamic</entry>
-             <entry><option>-fno-glasgow-exts</option></entry>
-           </row>
-           <row>
-             <entry><option>-fimplicit-params</option></entry>
+             <entry><option>-XImplicitParams</option></entry>
              <entry>Enable <link linkend="implicit-parameters">Implicit Parameters</link>.
              Implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-implicit-params</option></entry>
+             <entry><option>-XNoImplicitParams</option></entry>
            </row>
            <row>
              <entry><option>-firrefutable-tuples</option></entry>
              <entry><option>-fno-irrefutable-tuples</option></entry>
            </row>
            <row>
-             <entry><option>-fno-implicit-prelude</option></entry>
+             <entry><option>-XNoImplicitPrelude</option></entry>
              <entry>Don't implicitly <literal>import Prelude</literal></entry>
              <entry>dynamic</entry>
-             <entry><option>-fimplicit-prelude</option></entry>
+             <entry><option>-XImplicitPrelude</option></entry>
            </row>
            <row>
-             <entry><option>-fno-monomorphism-restriction</option></entry>
+             <entry><option>-XNoMonomorphismRestriction</option></entry>
              <entry>Disable the <link linkend="monomorphism">monomorphism restriction</link></entry>
              <entry>dynamic</entry>
-             <entry><option>-fmonomorphism-restriction</option></entry>
+             <entry><option>-XMonomorphismRrestriction</option></entry>
            </row>
            <row>
-             <entry><option>-fno-mono-pat-binds</option></entry>
+             <entry><option>-XNoMonoPatBinds</option></entry>
              <entry>Make <link linkend="monomorphism">pattern bindings polymorphic</link></entry>
              <entry>dynamic</entry>
-             <entry><option>-fmono-pat-binds</option></entry>
+             <entry><option>-XMonoPatBinds</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRelaxedPolyRed</option></entry>
+             <entry>Relaxed checking for <link linkend="typing-binds">mutually-recursive polymorphic functions</link></entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRelaxedPolyRec</option></entry>
            </row>
            <row>
-             <entry><option>-fextended-default-rules</option></entry>
+             <entry><option>-XExtendedDefaultRules</option></entry>
              <entry>Use GHCi's <link linkend="extended-default-rules">extended default rules</link> in a normal module</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-extended-default-rules</option></entry>
+             <entry><option>-XNoExtendedDefaultRules</option></entry>
            </row>
            <row>
-             <entry><option>-foverloaded-strings</option></entry>
+             <entry><option>-XOverloadedStrings</option></entry>
              <entry>Enable <link linkend="overloaded-strings">overloaded string literals</link>.
              </entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-overloaded-strings</option></entry>
+             <entry><option>-XNoOverloadedStrings</option></entry>
+           </row>
+           <row>
+             <entry><option>-XGADTs</option></entry>
+             <entry>Enable <link linkend="gadt">generalised algebraic data types</link>.
+             </entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoGADTs</option></entry>
+           </row>
+           <row>
+             <entry><option>-XTypeFamilies</option></entry>
+             <entry>Enable <link linkend="type-families">type families</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoTypeFamilies</option></entry>
            </row>
            <row>
-             <entry><option>-fscoped-type-variables</option></entry>
+             <entry><option>-XScopedTypeVariables</option></entry>
              <entry>Enable <link linkend="scoped-type-variables">lexically-scoped type variables</link>.
              Implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-scoped-type-variables</option></entry>
+             <entry><option>-XNoScopedTypeVariables</option></entry>
            </row>
            <row>
-             <entry><option>-fth</option></entry>
+             <entry><option>-XTemplateHaskell</option></entry>
              <entry>Enable <link linkend="template-haskell">Template Haskell</link>. 
                No longer implied by <option>-fglasgow-exts</option>.</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-th</option></entry>
+             <entry><option>-XNoTemplateHaskell</option></entry>
            </row>
            <row>
-             <entry><option>-ftype-families</option></entry>
-             <entry>Enable <link linkend="type-families">type families</link>.</entry>
+             <entry><option>-XBangPatterns</option></entry>
+             <entry>Enable <link linkend="bang-patterns">bang patterns</link>.</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-type-families</option></entry>
+             <entry><option>-XNoBangPatterns</option></entry>
            </row>
            <row>
-             <entry><option>-fbang-patterns</option></entry>
-             <entry>Enable <link linkend="bang-patterns">bang patterns</link>.</entry>
+             <entry><option>-XCPP</option></entry>
+             <entry>Enable the <link linkend="c-pre-processor">C preprocessor</link>.</entry>
              <entry>dynamic</entry>
-             <entry><option>-fno-bang-patterns</option></entry>
+             <entry><option>-XNoCPP</option></entry>
+           </row>
+           <row>
+             <entry><option>-XPatternGuards</option></entry>
+             <entry>Enable <link linkend="pattern-guards">pattern guards</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoPatternGuards</option></entry>
+           </row>
+           <row>
+             <entry><option>-XViewPatterns</option></entry>
+             <entry>Enable <link linkend="view-patterns">view patterns</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoViewPatterns</option></entry>
+           </row>
+           <row>
+             <entry><option>-XUnicodeSyntax</option></entry>
+             <entry>Enable unicode syntax.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoUnicodeSyntax</option></entry>
+           </row>
+           <row>
+             <entry><option>-XMagicHash</option></entry>
+             <entry>Enable the &ldquo;magic hash&rdquo;.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoMagicHash</option></entry>
+           </row>
+           <row>
+             <entry><option>-XPolymorphicComponents</option></entry>
+             <entry>Enable polymorphic components.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoPolymorphicComponents</option></entry>
+           </row>
+           <row>
+             <entry><option>-XExistentialQuantification</option></entry>
+             <entry>Enable <link linkend="existential-quantification">existential quantification</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoExistentialQuantification</option></entry>
+           </row>
+           <row>
+             <entry><option>-XKindSignatures</option></entry>
+             <entry>Enable <link linkend="kinding">kind signatures</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>
+             <entry><option>-XNoEmptyDataDecls</option></entry>
+           </row>
+           <row>
+             <entry><option>-XParallelListComp</option></entry>
+             <entry>Enable <link linkend="parallel-list-comprehensions">parallel list comprehensions</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoParallelListComp</option></entry>
+           </row>
+           <row>
+             <entry><option>-XUnliftedFFITypes</option></entry>
+             <entry>Enable unlifted FFI types.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoUnliftedFFITypes</option></entry>
+           </row>
+           <row>
+             <entry><option>-XLiberalTypeSynonyms</option></entry>
+             <entry>Enable <link linkend="type-synonyms">liberalised type synonyms</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoLiberalTypeSynonyms</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRank2Types</option></entry>
+             <entry>Enable rank-2 types.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRank2Types</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRankNTypes</option></entry>
+             <entry>Enable rank-N types.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRankNTypes</option></entry>
+           </row>
+           <row>
+             <entry><option>-XTypeOperators</option></entry>
+             <entry>Enable type operators.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoTypeOperators</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRecursiveDo</option></entry>
+             <entry>Enable <link linkend="mdo-notation">recursive do (mdo) notation</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRecursiveDo</option></entry>
+           </row>
+           <row>
+             <entry><option>-XPArr</option></entry>
+             <entry>Enable parallel arrays.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoPArr</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRecordWildCards</option></entry>
+             <entry>Enable record wildcards.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRecordWildCards</option></entry>
+           </row>
+           <row>
+             <entry><option>-XRecordPuns</option></entry>
+             <entry>Enable record puns.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoRecordPuns</option></entry>
+           </row>
+           <row>
+             <entry><option>-XDisambiguateRecordFields</option></entry>
+             <entry>Enable the <link linkend="disambiguate-fields">disambiguate fields.</link> exception</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoDisambiguateRecordFields</option></entry>
+           </row>
+           <row>
+             <entry><option>-XUnboxedTuples</option></entry>
+             <entry>Enable <link linkend="unboxed-tuples">unboxed tuples</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoUnboxedTuples</option></entry>
+           </row>
+           <row>
+             <entry><option>-XStandaloneDeriving</option></entry>
+             <entry>Enable <link linkend="stand-alone-deriving">standalone deriving</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoStandaloneDeriving</option></entry>
+           </row>
+           <row>
+             <entry><option>-XDeriveDataTypeable</option></entry>
+             <entry>Enable <link linkend="deriving-typeable">deriving for the Data and Typeable classes</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoDeriveDataTypeable</option></entry>
+           </row>
+           <row>
+             <entry><option>-XGeneralizedNewtypeDeriving</option></entry>
+             <entry>Enable <link linkend="newtype-deriving">newtype deriving</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoGeneralizedNewtypeDeriving</option></entry>
+           </row>
+           <row>
+             <entry><option>-XTypeSynonymInstances</option></entry>
+             <entry>Enable <link linkend="type-synonyms">type synonyms</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoTypeSynonymInstances</option></entry>
+           </row>
+           <row>
+             <entry><option>-XFlexibleContexts</option></entry>
+             <entry>Enable flexible contexts.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoFlexibleContexts</option></entry>
+           </row>
+           <row>
+             <entry><option>-XFlexibleInstances</option></entry>
+             <entry>Enable flexible instances.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoFlexibleInstances</option></entry>
+           </row>
+           <row>
+             <entry><option>-XConstrainedClassMethods</option></entry>
+             <entry>Enable constrained class methods.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoConstrainedClassMethods</option></entry>
+           </row>
+           <row>
+             <entry><option>-XMultiParamTypeClasses</option></entry>
+             <entry>Enable <link linkend="multi-param-type-classes">multi parameter type classes</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoMultiParamTypeClasses</option></entry>
+           </row>
+           <row>
+             <entry><option>-XFunctionalDependencies</option></entry>
+             <entry>Enable <link linkend="functional-dependencies">functional dependencies</link>.</entry>
+             <entry>dynamic</entry>
+             <entry><option>-XNoFunctionalDependencies</option></entry>
            </row>
          </tbody>
        </tgroup>
            <entry><option>-Werror</option></entry>
            <entry>make warnings fatal</entry>
            <entry>dynamic</entry>
-           <entry></entry>
+           <entry>-Wwarn</entry>
+         </row>
+         <row>
+           <entry><option>-Wwarn</option></entry>
+           <entry>make warnings non-fatal</entry>
+           <entry>dynamic</entry>
+           <entry>-Werror</entry>
          </row>
 
          <row>
 
          <row>
            <entry><option>-fwarn-orphans</option></entry>
-           <entry>warn when the module contains "orphan" instance declarations
-           or rewrite rules</entry>
+           <entry>warn when the module contains <link linkend="orphan-modules">orphan instance declarations
+           or rewrite rules</link></entry>
            <entry>dynamic</entry>
            <entry><option>-fno-warn-orphans</option></entry>
          </row>
     </sect2>
 
     <sect2>
+      <title>Program coverage options</title>
+      
+      <para><xref linkend="hpc"/></para>
+
+      <informaltable>
+       <tgroup cols="4" align="left" colsep="1" rowsep="1">
+         <thead>
+           <row>
+             <entry>Flag</entry>
+             <entry>Description</entry>
+             <entry>Static/Dynamic</entry>
+             <entry>Reverse</entry>
+           </row>
+         </thead>
+         <tbody>
+           <row>
+             <entry><option>-fhpc</option></entry>
+             <entry>Turn on Haskell program coverage instrumentation</entry>
+             <entry>static</entry>
+             <entry><option>-</option></entry>
+           </row>
+           <row>
+             <entry><option>-hpcdir dir</option></entry>
+             <entry>Directory to deposit .mix files during compilation (default is .hpc)</entry>
+             <entry>dynamic</entry>
+             <entry><option>-</option></entry>
+           </row>
+         </tbody>
+       </tgroup>
+      </informaltable>
+    </sect2>
+
+    <sect2>
       <title>Haskell pre-processor options</title>
 
       <para><xref linkend="pre-processor"/></para>
              <entry>static</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-fno-gen-manifest</option></entry>
+             <entry>Do not generate a manifest file (Windows only)</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
+           <row>
+             <entry><option>-fno-embed-manifest</option></entry>
+             <entry>Do not embed the manifest in the executable (Windows only)</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-pgmwindres</option> <replaceable>cmd</replaceable></entry>
+             <entry>Use <replaceable>cmd</replaceable> as the program for
+                embedding manifests on Windows.</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
+           <row>
+             <entry><option>-optwindres</option> <replaceable>option</replaceable></entry>
+             <entry>pass <replaceable>option</replaceable> to <literal>windres</literal>.</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
          </tbody>
        </tgroup>
       </informaltable>
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>-ddump-hpc</option></entry>
+             <entry>Dump after instrumentation for program coverage</entry>
+             <entry>dynamic</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>-ddump-inlinings</option></entry>
              <entry>Dump inlining info</entry>
              <entry>dynamic</entry>
            </row>
            <row>
              <entry><option>-ddump-splices</option></entry>
-             <entry>Dump TH splided expressions, and what they evaluate to</entry>
+             <entry>Dump TH spliced expressions, and what they evaluate to</entry>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
              <entry>dynamic</entry>
              <entry>-</entry>
            </row>
-           <row>
-             <entry><option>-unreg</option></entry>
-             <entry>Enable unregisterised compilation</entry>
-             <entry>static</entry>
-             <entry>-</entry>
-           </row>
          </tbody>
        </tgroup>
       </informaltable>