From 73250400ef628126aea9ebff7dfa04fe48d2121d Mon Sep 17 00:00:00 2001
From: Krzysztof Gogolewski <krz.gogolewski@gmail.com>
Date: Sun, 26 Jan 2014 23:39:46 +0100
Subject: [PATCH] Mention #3202 (no monomorphism restriction in GHCi) in
 release notes

This change seems worth mentioning
---
 docs/users_guide/7.8.1-notes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index c1954bb242f7..1ae96bc80ed0 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -549,6 +549,11 @@
     <sect3>
         <title>GHCi</title>
         <itemizedlist>
+            <listitem>
+                    The monomorphism restriction is now turned off
+                    by default in GHCi.
+            </listitem>
+         
             <listitem>
                 <para>
                     GHCi now supports a <literal>prompt2</literal>
-- 
GitLab