[Git][ghc/ghc][wip/unzip-deprecation] base: Push back deprecation of Data.List.NonEmpty.unzip
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Jul 31 20:09:01 UTC 2023
Ben Gamari pushed to branch wip/unzip-deprecation at Glasgow Haskell Compiler / GHC
Commits:
8de88df5 by Ben Gamari at 2023-07-31T16:08:51-04:00
base: Push back deprecation of Data.List.NonEmpty.unzip
As noted in #23640, !10189 didn't quite make GHC 9.8 and therefore will
need to be pushed back by a release.
- - - - -
1 changed file:
- libraries/base/changelog.md
Changes:
=====================================
libraries/base/changelog.md
=====================================
@@ -1,5 +1,8 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
+## 4.20.0.0 *TBA*
+ * Deprecate `Data.List.NonEmpty.unzip` ([CLC proposal #86](https://github.com/haskell/core-libraries-committee/issues/86))
+
## 4.19.0.0 *TBA*
* Add `{-# WARNING in "x-partial" #-}` to `Data.List.{head,tail}`.
Use `{-# OPTIONS_GHC -Wno-x-partial #-}` to disable it.
@@ -34,7 +37,6 @@
* Change codebuffers to use an unboxed implementation, while providing a compatibility layer using pattern synonyms. ([CLC proposal #134](https://github.com/haskell/core-libraries-committee/issues/134))
* Add nominal role annotations to SNat/SSymbol/SChar ([CLC proposal #170](https://github.com/haskell/core-libraries-committee/issues/170))
* Make `Semigroup`'s `stimes` specializable. ([CLC proposal #8](https://github.com/haskell/core-libraries-committee/issues/8))
- * Deprecate `Data.List.NonEmpty.unzip` ([CLC proposal #86](https://github.com/haskell/core-libraries-committee/issues/86))
## 4.18.0.0 *March 2023*
* Shipped with GHC 9.6.1
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8de88df5d22a8ad3e8672323750d3a984b58485b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8de88df5d22a8ad3e8672323750d3a984b58485b
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/20230731/f712343e/attachment.html>
More information about the ghc-commits
mailing list