From 90ae2850e24e32eb142f262ce745fda54111c835 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 17 Nov 2019 11:11:15 -0500 Subject: Target the IsList instance for ZipList at base-4.14.0.0 (#17489) This moves the changelog entry about the instance from `base-4.15.0.0` to `base-4.14.0.0`. This accomplishes part (1) from #17489. [ci skip] --- libraries/base/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 69fd172bf1..fa0d2d4e95 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -1,7 +1,7 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) ## 4.15.0.0 *TBA* - * Add `IsList` instance for `ZipList`. + * TODO ## 4.14.0.0 *TBA* * Bundled with GHC 8.10.1 @@ -46,6 +46,8 @@ * Add a `Data` instance to `WrappedArrow`, `WrappedMonad`, and `ZipList`. + * Add `IsList` instance for `ZipList`. + ## 4.13.0.0 *July 2019* * Bundled with GHC 8.8.1 -- cgit v1.2.1