summaryrefslogtreecommitdiff
path: root/docs/users_guide/gone_wrong.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/gone_wrong.rst')
-rw-r--r--docs/users_guide/gone_wrong.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/users_guide/gone_wrong.rst b/docs/users_guide/gone_wrong.rst
index 736bad36e0..5bf38a8cdb 100644
--- a/docs/users_guide/gone_wrong.rst
+++ b/docs/users_guide/gone_wrong.rst
@@ -38,9 +38,7 @@ When the compiler “does the wrong thing”
Sensitivity to ``.hi`` interface files
GHC is very sensitive about interface files. For example, if it
picks up a non-standard ``Prelude.hi`` file, pretty terrible things
- will happen. If you turn on
- ``-XNoImplicitPrelude`` option, the compiler will
- almost surely die, unless you know what you are doing.
+ will happen.
Furthermore, as sketched below, you may have big problems running
programs compiled using unstable interfaces.