[commit: ghc] : A few last-minute Changelog entries (2b746c8)

git at git.haskell.org git at git.haskell.org
Wed Jan 4 21:27:30 UTC 2017


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

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

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

commit 2b746c819a73638ca47e0d4f639493a66726ea48
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 4 08:59:25 2017 -0500

    A few last-minute Changelog entries


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

2b746c819a73638ca47e0d4f639493a66726ea48
 libraries/base/changelog.md             | 8 ++++++++
 libraries/ghc-boot/changelog.md         | 4 ++++
 libraries/ghci/changelog.md             | 6 ++++++
 libraries/template-haskell/changelog.md | 2 +-
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 4205efb..db3a69a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,5 +1,13 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
+## 4.9.1.0  *Jan 2017*
+
+  * Bundled with GHC 8.0.2
+
+  * Performance improvements in `Read` implementation
+
+  * Teach event manager to use poll instead of select (#12912)
+
 ## 4.9.0.0  *May 2016*
 
   * Bundled with GHC 8.0
diff --git a/libraries/ghc-boot/changelog.md b/libraries/ghc-boot/changelog.md
index 3ed5bbb..ae364e5 100644
--- a/libraries/ghc-boot/changelog.md
+++ b/libraries/ghc-boot/changelog.md
@@ -1,3 +1,7 @@
+## 8.0.2  *Jan 2017*
+
+  * Bundled with GHC 8.0.2
+
 ## 8.0.1  *May 2016*
 
   * Bundled with GHC 8.0.1
diff --git a/libraries/ghci/changelog.md b/libraries/ghci/changelog.md
index 3775eda..fa47b92 100644
--- a/libraries/ghci/changelog.md
+++ b/libraries/ghci/changelog.md
@@ -1,3 +1,9 @@
+## 8.0.2  *Jan 2017*
+
+  * Bundled with GHC 8.0.2
+
+  * Tag pointers in interpreted constructors (#12523)
+
 ## 8.0.1  *Feb 2016*
 
   * Bundled with GHC 8.0.1
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 09ecacd..ce3ed5b 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
 
-## 2.11.1.0  Nov 2016
+## 2.11.1.0  Jan 2017
 
   * Bundled with GHC 8.0.2
 



More information about the ghc-commits mailing list