summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2023-03-29 21:51:25 +0000
committersheaf <sam.derbyshire@gmail.com>2023-03-29 21:51:25 +0000
commitb976f2b484a2164fe98862af161bc47100b10852 (patch)
treef1a137c57f034b8f4aa158a90ce6d4a9ac10c435
parent41a572f656c04770366c29ef5554184cf685482f (diff)
downloadhaskell-wip/recordupd-changelog.tar.gz
docs: move RecordUpd changelog entry to 9.8wip/recordupd-changelog
This was accidentally included in the 9.6 changelog instead of the 9.6 changelog.
-rw-r--r--docs/users_guide/9.6.1-notes.rst5
-rw-r--r--docs/users_guide/9.8.1-notes.rst5
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 5cf40a310b..eaed67da22 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -215,11 +215,6 @@ Runtime system
- Add `Foreign.C.Types.ConstPtr` was added to encode ``const``-qualified pointer return
types in foreign declarations when using ``CApiFFI`` extension.
-- The ``RecordUpd`` constructor of ``HsExpr`` now takes an ``HsRecUpdFields``
- instead of ``Either [LHsRecUpdField p] [LHsRecUpdProj p]``.
- Instead of ``Left ..``, use the constructor ``RegularRecUpdFields``, and instead
- of ``Right ..``, use the constructor ``OverloadedRecUpdFields``.
-
``ghc-heap`` library
~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/users_guide/9.8.1-notes.rst b/docs/users_guide/9.8.1-notes.rst
index 003e3ed78b..5bf426f8b0 100644
--- a/docs/users_guide/9.8.1-notes.rst
+++ b/docs/users_guide/9.8.1-notes.rst
@@ -93,6 +93,11 @@ Runtime system
``ghc`` library
~~~~~~~~~~~~~~~
+- The ``RecordUpd`` constructor of ``HsExpr`` now takes an ``HsRecUpdFields``
+ instead of ``Either [LHsRecUpdField p] [LHsRecUpdProj p]``.
+ Instead of ``Left ..``, use the constructor ``RegularRecUpdFields``, and instead
+ of ``Right ..``, use the constructor ``OverloadedRecUpdFields``.
+
``ghc-heap`` library
~~~~~~~~~~~~~~~~~~~~