[Git][ghc/ghc][ghc-9.10] Add missing entries in the base-4.20 release notes
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed May 1 14:16:18 UTC 2024
Ben Gamari pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC
Commits:
2c6375b9 by Hécate Moonlight at 2024-05-01T01:44:10+02:00
Add missing entries in the base-4.20 release notes
- - - - -
1 changed file:
- docs/users_guide/9.10.1-notes.rst
Changes:
=====================================
docs/users_guide/9.10.1-notes.rst
=====================================
@@ -293,6 +293,13 @@ Runtime system
can be individually enabled and disabled via
:base-ref:`GHC.Exception.Backtrace.setEnabledBacktraceMechanisms`.
+- Deprecation of ``GHC.Pack`` has reached Phase 2. A warning is now thrown when importing the module.
+ See `ghc/ghc#21461 <https://gitlab.haskell.org/ghc/ghc/-/issues/21461>`_.
+
+- `CLC proposal #258 <https://github.com/haskell/core-libraries-committee/issues/258>`_:
+ ``Data.List.NonEmpty.unzip`` raises a specific warning about its future monomorphisation.
+ Do consider switching to ``Data.Functor.unzip`` if you need to keep it polymorphic.
+
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c6375b9a804ac7fca1e82eb6fcfc8594c67c5f5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c6375b9a804ac7fca1e82eb6fcfc8594c67c5f5
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/20240501/c669745a/attachment.html>
More information about the ghc-commits
mailing list