summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2023-03-29 21:51:25 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-30 14:36:33 -0400
commit930edcfd10f00d98c746f2198d59546034943ac6 (patch)
treec72fea5bbea9f55fd34869f0cbab64f904079672 /docs
parent3d38dcb6e4b6ceeeeac79570faa42c33bfd10dfc (diff)
downloadhaskell-930edcfd10f00d98c746f2198d59546034943ac6.tar.gz
docs: move RecordUpd changelog entry to 9.8
This was accidentally included in the 9.6 changelog instead of the 9.6 changelog.
Diffstat (limited to 'docs')
-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
~~~~~~~~~~~~~~~~~~~~