From b976f2b484a2164fe98862af161bc47100b10852 Mon Sep 17 00:00:00 2001 From: sheaf Date: Wed, 29 Mar 2023 21:51:25 +0000 Subject: docs: move RecordUpd changelog entry to 9.8 This was accidentally included in the 9.6 changelog instead of the 9.6 changelog. --- docs/users_guide/9.6.1-notes.rst | 5 ----- docs/users_guide/9.8.1-notes.rst | 5 +++++ 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 ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1