X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fgone_wrong.xml;h=619d8acd908c27f7ae2c8eb96fb809baa374f79f;hb=aedb94f5f220b5e442b23ecc445fd38c8d9b6ba0;hp=d31087c16484e78eb34be8424d38bcef5e974d96;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/gone_wrong.xml b/docs/users_guide/gone_wrong.xml index d31087c..619d8ac 100644 --- a/docs/users_guide/gone_wrong.xml +++ b/docs/users_guide/gone_wrong.xml @@ -55,7 +55,7 @@ example, if it picks up a non-standard Prelude.hi file, pretty terrible things will happen. If you turn on - -fno-implicit-prelude + -XNoImplicitPrelude option, the compiler will almost surely die, unless you know what you are doing. @@ -155,7 +155,7 @@ automatically generate the dependencies required in order to make sure that every module is up-to-date with respect to its imported interfaces. Please - see . + see . If you are down to your last-compile-before-a-bug-report, we would recommend that