[commit: ghc] master: Release notes: Mention remote GHCi (1f526d2)
git at git.haskell.org
git at git.haskell.org
Tue Jan 5 21:07:14 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1f526d2ad22494d4428f90dbfce7d7224f6b2d1d/ghc
>---------------------------------------------------------------
commit 1f526d2ad22494d4428f90dbfce7d7224f6b2d1d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jan 5 14:21:01 2016 +0100
Release notes: Mention remote GHCi
>---------------------------------------------------------------
1f526d2ad22494d4428f90dbfce7d7224f6b2d1d
docs/users_guide/8.0.1-notes.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 013b7b8..1e47d19 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -279,6 +279,11 @@ GHCi
(such as Emacs' ``haskell-mode``) originally premiered by ``ghci-ng``
have been integrated into GHCi (:ghc-ticket:`10874`).
+- GHCi now supports decoupled operation between the interpreter and the
+ shell. While this is largely an implementation detail, it opens up a few
+ interesting possibilities in the future. See :ghc-wiki:`RemoteGHCi` for
+ details.
+
Template Haskell
~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list