[commit: ghc] master: Sync base/changelog.md (55001c0)

git at git.haskell.org git at git.haskell.org
Tue Oct 3 18:49:29 UTC 2017


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

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

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

commit 55001c0c9934de2cf94d3879cea20c0faf73695c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Oct 3 20:46:23 2017 +0200

    Sync base/changelog.md
    
    This updates the base-4.10.0.0 entry heading which has diverged from
    
     http://hackage.haskell.org/package/base-4.10.0.0/src/changelog.md
    
    and while at it also sets the GHC version for the base-4.11 entry to
    avoid confusion about what GHC 8.2.2's base is going to include.
    
    [skip ci]


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

55001c0c9934de2cf94d3879cea20c0faf73695c
 libraries/base/changelog.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 4671c71..2ce4fd3 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,7 +1,7 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
 ## 4.11.0.0 *TBA*
-  * Bundled with GHC *TBA*
+  * Bundled with GHC 8.4.1
 
   * Add `Alternative` instance for `ZipList` (#13520)
 
@@ -53,8 +53,8 @@
   * Add `installSEHHandlers` to `MiscFlags` in `GHC.RTS.Flags` to determine if
     exception handling is enabled.
 
-## 4.10.0.0 *April 2017*
-  * Bundled with GHC *TBA*
+## 4.10.0.0 *July 2017*
+  * Bundled with GHC 8.2.1
 
   * `Data.Type.Bool.Not` given a type family dependency (#12057).
 



More information about the ghc-commits mailing list