From: Ian Lynagh Date: Wed, 21 Jul 2010 19:36:47 +0000 (+0000) Subject: Add a release note: GHCi import syntax X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1f9d7d4f6a6f4d67da61c486b4730565b3b83858 Add a release note: GHCi import syntax --- diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 838bcc5..e98970f 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. + + + + The full Haskell import syntax can now been + used to bring modules into scope in GHCi. + +