[commit: ghc] : libraries: Update changelogs (8c2cfc6)

git at git.haskell.org git at git.haskell.org
Fri Apr 20 00:19:54 UTC 2018


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

On branch  : 
Link       : http://ghc.haskell.org/trac/ghc/changeset/8c2cfc66efb17a0d899fc798fd67800a6f2a0889/ghc

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

commit 8c2cfc66efb17a0d899fc798fd67800a6f2a0889
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Apr 17 13:30:00 2018 -0400

    libraries: Update changelogs


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

8c2cfc66efb17a0d899fc798fd67800a6f2a0889
 libraries/base/changelog.md             | 4 ++--
 libraries/integer-gmp/changelog.md      | 2 +-
 libraries/template-haskell/changelog.md | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index cb9519c..ec07002 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,13 +1,13 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
 
-## 4.11.1.0 *TBA*
+## 4.11.1.0 *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 *March 2018*
   * Bundled with GHC 8.4.1
 
   * `System.IO.openTempFile` is now thread-safe on Windows.
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index 51c84bc..a70f214 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
 
-## 1.0.2.0 *TBA*
+## 1.0.2.0 *April 2018*
 
   * Bundled with GHC 8.4.2
 
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index b472832..1479a9e 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,8 +1,8 @@
 # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
 
-## 2.13.0.0 *TBA*
+## 2.13.0.0 *March 2018*
 
-  * Bundled with GHC *TBA*
+  * Bundled with GHC 8.4.1
 
   * `Language.Haskell.TH.FamFlavour`, which was deprecated in 2.11,
     has been removed.



More information about the ghc-commits mailing list