Merge a duplicate release note
authorIan Lynagh <igloo@earth.li>
Fri, 27 Aug 2010 17:15:11 +0000 (17:15 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 27 Aug 2010 17:15:11 +0000 (17:15 +0000)
docs/users_guide/6.14.1-notes.xml

index 506f92d..90f4954 100644 (file)
       <listitem>
         <para>
           The full Haskell <literal>import</literal> syntax can now been
-          used to bring modules into scope in GHCi.
+          used to bring modules into scope in GHCi, e.g.
         </para>
+<programlisting>
+Prelude> import Data.List as L
+Prelude Data.List> L.length "foo"
+3
+</programlisting>
       </listitem>
     </itemizedlist>
   </sect2>
@@ -446,17 +451,6 @@ import SpecConstr
     <itemizedlist>
       <listitem>
         <para>
-          GHCi now supports full import syntax, e.g.
-        </para>
-<programlisting>
-Prelude> import Data.List as L
-Prelude Data.List> L.length "foo"
-3
-</programlisting>
-      </listitem>
-
-      <listitem>
-        <para>
           GHCi now understands the layout of multiline-commands, so
           this now works:
         </para>