New syntax for GADT-style record declarations, and associated refactoring
[ghc-hetmet.git] / docs / users_guide / gone_wrong.xml
index d31087c..619d8ac 100644 (file)
@@ -55,7 +55,7 @@
           example, if it picks up a non-standard
           <filename>Prelude.hi</filename> file, pretty terrible things
           will happen.  If you turn on
-          <option>-fno-implicit-prelude</option><indexterm><primary>-fno-implicit-prelude
+          <option>-XNoImplicitPrelude</option><indexterm><primary>-XNoImplicitPrelude
           option</primary></indexterm>, the compiler will almost
           surely die, unless you know what you are doing.</para>
 
           automatically generate the dependencies required in order to
           make sure that every module <emphasis>is</emphasis>
           up-to-date with respect to its imported interfaces.  Please
-          see <xref linkend="sec-makefile-dependencies"/>.</para>
+          see <xref linkend="makefile-dependencies"/>.</para>
 
          <para>If you are down to your
           last-compile-before-a-bug-report, we would recommend that