summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2014-02-05 20:40:13 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2014-02-05 20:41:08 +0100
commit5bda0d08d8fec86433917b65a93836d2372a5b5c (patch)
tree4d8b6476d81644c2e434cba09b51a3a914204a3e /docs/users_guide
parent40ce20357fb6266471a53cec7de0a810a3070f36 (diff)
downloadhaskell-5bda0d08d8fec86433917b65a93836d2372a5b5c.tar.gz
Mention that MR is off by default in GHCi in documentation
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/glasgow_exts.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index a3913ccfc4..1564f3886c 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -7862,7 +7862,8 @@ scope over the methods defined in the <literal>where</literal> part. For exampl
4.5.5</ulink>
of the Haskell Report)
can be completely switched off by
-<option>-XNoMonomorphismRestriction</option>.
+<option>-XNoMonomorphismRestriction</option>. Since GHC 7.8.1, it is
+switched off by default in GHCi.
</para>
</sect3>