[commit: ghc] master: Insert changelog entries for GHC 7.8.4 (fb5baaf)
git at git.haskell.org
git at git.haskell.org
Tue Nov 25 21:47:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fb5baaf7d05c2168542a5a442cc9e603d00aa590/ghc
>---------------------------------------------------------------
commit fb5baaf7d05c2168542a5a442cc9e603d00aa590
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Nov 25 22:47:38 2014 +0100
Insert changelog entries for GHC 7.8.4
[skip ci]
>---------------------------------------------------------------
fb5baaf7d05c2168542a5a442cc9e603d00aa590
libraries/base/changelog.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index df20a58..07c91a3 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -128,6 +128,14 @@
together with a new exception `AllocationLimitExceeded`.
+## 4.7.0.2 *Dec 2014*
+
+ * Bundled with GHC 7.8.4
+
+ * Fix performance bug in `Data.List.inits` (#9345)
+
+ * Fix handling of null bytes in `Debug.Trace.trace` (#9395)
+
## 4.7.0.1 *Jul 2014*
* Bundled with GHC 7.8.3
More information about the ghc-commits
mailing list