diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-11-17 11:11:15 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-23 18:54:05 -0500 |
commit | 8a33abfcdf5a3ae9ae1777b92891890d6a045f8b (patch) | |
tree | f826951334abff1254b3f7fa10b2039d86e9710f | |
parent | 889d475bca24254a42ec1178a6d68caaa4eec678 (diff) | |
download | haskell-8a33abfcdf5a3ae9ae1777b92891890d6a045f8b.tar.gz |
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]
-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 |