diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-11-17 11:11:15 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-11-18 08:04:23 -0500 |
commit | 90ae2850e24e32eb142f262ce745fda54111c835 (patch) | |
tree | f8ad1a977205a1b5de0212434206f30b1d8a6bbc | |
parent | 4a37a29b67db078ba29722c5615a37fd8091989b (diff) | |
download | haskell-wip/T17489.tar.gz |
Target the IsList instance for ZipList at base-4.14.0.0 (#17489)wip/T17489
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]
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |