[commit: packages/base] ghc-7.8: Bump to 4.7.0.1 and update changelog.md (cd00135)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 08:33:38 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/cd00135acbdfaae3adab2b5acf14386eddde9fa8/base

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

commit cd00135acbdfaae3adab2b5acf14386eddde9fa8
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 26 10:07:18 2014 +0200

    Bump to 4.7.0.1 and update changelog.md
    
    Fwiw, the version bump should have been performed together with the first
    change after 4.7.0.0
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

cd00135acbdfaae3adab2b5acf14386eddde9fa8
 base.cabal   |  4 ++--
 changelog.md | 11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/base.cabal b/base.cabal
index f8937dc..8aa8cf7 100644
--- a/base.cabal
+++ b/base.cabal
@@ -1,6 +1,6 @@
 name:           base
-version:        4.7.0.0
--- GHC 7.6.1 released with 4.6.0.0
+version:        4.7.0.1
+-- GHC 7.6.3 released with 4.7.0.0
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
diff --git a/changelog.md b/changelog.md
index d86f6df..5eef01f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,16 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
+## 4.7.0.1  *Jun 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)
+
 ## 4.7.0.0  *Mar 2014*
 
   * Bundled with GHC 7.8.1



More information about the ghc-commits mailing list