[Git][ghc/ghc][master] docs: move RecordUpd changelog entry to 9.8

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Mar 30 18:36:50 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
930edcfd by sheaf at 2023-03-30T14:36:33-04:00
docs: move RecordUpd changelog entry to 9.8

This was accidentally included in the 9.6 changelog
instead of the 9.6 changelog.
- - - - -


2 changed files:

- docs/users_guide/9.6.1-notes.rst
- docs/users_guide/9.8.1-notes.rst


Changes:

=====================================
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
 ~~~~~~~~~~~~~~~~~~~~
 


=====================================
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
 ~~~~~~~~~~~~~~~~~~~~
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/930edcfd10f00d98c746f2198d59546034943ac6

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/930edcfd10f00d98c746f2198d59546034943ac6
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230330/bd828776/attachment-0001.html>


More information about the ghc-commits mailing list