diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-16 09:13:05 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-09 18:03:01 -0500 |
commit | 4a75a83223176f1426a7e45b4b4ba6d946597cde (patch) | |
tree | 3ba1755b27bdbccf39511a124c5aec72937f75b7 /libraries | |
parent | 5ad3cb53cb9eaee8d5af340edee83d41e3ac2506 (diff) | |
download | haskell-4a75a83223176f1426a7e45b4b4ba6d946597cde.tar.gz |
base: Fix TBA in changelog
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 3b5dddf693..e2aa84b599 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: |