[commit: ghc] master: Integrate changelog entries from base-4.7.0.1 rel (dbbc1e8)

git at git.haskell.org git at git.haskell.org
Fri Jul 11 11:55:58 UTC 2014


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

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

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

commit dbbc1e858de04dff7be800abd358fcce9e62f29f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Jul 11 13:54:18 2014 +0200

    Integrate changelog entries from base-4.7.0.1 rel


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

dbbc1e858de04dff7be800abd358fcce9e62f29f
 libraries/base/changelog.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 4efb121..46006b1 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -14,6 +14,19 @@
 
   * Add `Control.Monad.(<$!>)` as a strict version of `(<$>)`
 
+## 4.7.0.1  *Jul 2014*
+
+  * Bundled with GHC 7.8.3
+
+  * Unhide `Foreign.ForeignPtr` in Haddock (#8475)
+
+  * Fix recomputation of `TypeRep` in `Typeable` type-application instance
+    (#9203)
+
+  * Fix regression in Data.Fixed Read instance (#9231)
+
+  * Fix `fdReady` to honor `FD_SETSIZE` (#9168)
+
 ## 4.7.0.0  *Apr 2014*
 
   * Bundled with GHC 7.8.1



More information about the ghc-commits mailing list