diff options
author | Ian Lynagh <igloo@earth.li> | 2010-07-21 19:36:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-07-21 19:36:47 +0000 |
commit | 1f9d7d4f6a6f4d67da61c486b4730565b3b83858 (patch) | |
tree | ca28a639b79db5493fbcfb66561957f0d490446e /docs | |
parent | 412040168f72d73acfb25b991c0c757a817a4aba (diff) | |
download | haskell-1f9d7d4f6a6f4d67da61c486b4730565b3b83858.tar.gz |
Add a release note: GHCi import syntax
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/6.14.1-notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 838bcc5283..e98970f193 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/6.14.1-notes.xml @@ -19,6 +19,13 @@ parallelism will be lost. </para> </listitem> + + <listitem> + <para> + The full Haskell <literal>import</literal> syntax can now been + used to bring modules into scope in GHCi. + </para> + </listitem> </itemizedlist> </sect2> |