[commit: ghc] master: Changelog notice for compact. (992ea02)
git at git.haskell.org
git at git.haskell.org
Thu Feb 23 08:05:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/992ea02980d59eec0ac730b912fa16733a0fe0e1/ghc
>---------------------------------------------------------------
commit 992ea02980d59eec0ac730b912fa16733a0fe0e1
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Mon Feb 20 16:25:00 2017 -0800
Changelog notice for compact.
Test Plan: none
Reviewers: bgamari, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3165
>---------------------------------------------------------------
992ea02980d59eec0ac730b912fa16733a0fe0e1
docs/users_guide/8.2.1-notes.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index d70dc50..9a222e6 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -346,6 +346,16 @@ containers
- Version number XXXXX (was 0.5.4.0)
+compact
+~~~~~~~
+
+The ``compact`` library provides an experimental API for placing immutable
+data structures into a contiguous memory region. Data in these regions
+is not traced during garbage collection and can be serialized to disk or
+over the network.
+
+- Version number 1.0.0.0 (newly added)
+
deepseq
~~~~~~~
More information about the ghc-commits
mailing list