From 4a75a83223176f1426a7e45b4b4ba6d946597cde Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 16 Jun 2019 09:13:05 -0400
Subject: [PATCH] base: Fix TBA in changelog

---
 libraries/base/changelog.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3b5dddf69363..e2aa84b599ff 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -41,8 +41,8 @@
 
   * Add `resizeSmallMutableArray#` to `GHC.Exts`.
 
-## 4.13.0.0 *TBA*
-  * Bundled with GHC *TBA*
+## 4.13.0.0 *July 2019*
+  * Bundled with GHC 8.8.1
 
   * The final phase of the `MonadFail` proposal has been implemented:
 
-- 
GitLab