[commit: ghc] master: base: Fill in TBAs in changelog (2e1df7c)

git at git.haskell.org git at git.haskell.org
Tue Oct 16 00:51:36 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2e1df7c1556fc2fb6f7449ae07a382c57a0a536c/ghc

>---------------------------------------------------------------

commit 2e1df7c1556fc2fb6f7449ae07a382c57a0a536c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 15 13:59:20 2018 -0400

    base: Fill in TBAs in changelog
    
    I've added a check in my release script to ensure that this doesn't happen in
    the future.


>---------------------------------------------------------------

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

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index bfa8cb9..06f62f5 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -12,8 +12,8 @@
 
   * Add `foldMap'`, a strict version of `foldMap`, to `Foldable`.
 
-## 4.12.0.0 *TBA*
-  * Bundled with GHC *TBA*
+## 4.12.0.0 *21 September 2018*
+  * Bundled with GHC 8.6.1
 
   * The STM invariant-checking mechanism (`always` and `alwaysSucceeds`), which
     was deprecated in GHC 8.4, has been removed (as proposed in
@@ -54,13 +54,13 @@
     `Read1`, `Show1`, `Generic`, `Generic1`. (#15098)
 
 
-## 4.11.1.0 *TBA*
+## 4.11.1.0 *19 April 2018*
   * Bundled with GHC 8.4.2
 
   * Add the `readFieldHash` function to `GHC.Read` which behaves like
     `readField`, but for a field that ends with a `#` symbol (#14918).
 
-## 4.11.0.0 *TBA*
+## 4.11.0.0 *8 March 2018*
   * Bundled with GHC 8.4.1
 
   * `System.IO.openTempFile` is now thread-safe on Windows.



More information about the ghc-commits mailing list