summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-03-24 10:35:21 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-25 14:02:33 -0400
commitb9da28680aa7ac128ba31680becb4be6f9b21ed4 (patch)
tree60ded7d4a4e2d36f1d2adfdc9c2ef9e6cd768d86
parent3769e3a829f4514f82ce7f7d218867f1d69d3d38 (diff)
downloadhaskell-b9da28680aa7ac128ba31680becb4be6f9b21ed4.tar.gz
Correct duplicate 4.12.0.0 entry in base's changelog
See #16490. [ci skip]
-rw-r--r--libraries/base/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 79927950c4..1e4bfd3f04 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -5,7 +5,7 @@
* Add a `TestEquality` instance for the `Compose` newtype.
-## 4.12.0.0 *TBA*
+## 4.13.0.0 *TBA*
* Bundled with GHC *TBA*
* Fix `Show` instance of `Data.Fixed`: Negative numbers are now parenthesized