[commit: ghc] master: Sync base/changelog.md with GHC 7.10.2 release (f1b4864)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 15:58:55 UTC 2015


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

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

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

commit f1b4864d06c080b4b1234f2a5f16a6def25cd615
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Aug 7 17:59:25 2015 +0200

    Sync base/changelog.md with GHC 7.10.2 release
    
    [skip ci]


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

f1b4864d06c080b4b1234f2a5f16a6def25cd615
 libraries/base/changelog.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 2306d36..9ceef87 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -29,8 +29,6 @@
      - `Data.Ratio.{denominator,numerator}` have no `Integral` constraint anymore
      - **TODO**
 
-  * New module `GHC.SrcLoc`
-
   * New `GHC.Generics.packageName` operation
 
   * New `GHC.Stack.CallStack` data type
@@ -58,12 +56,15 @@
   * Made `PatternMatchFail`, `RecSelError`, `RecConError`, `RecUpdError`,
     `NoMethodError`, and `AssertionFailed` newtypes (#10738)
 
-## 4.8.1.0  *TBA*
+## 4.8.1.0  *Jul 2015*
 
   * Bundled with GHC 7.10.2
 
   * `Lifetime` is now exported from `GHC.Event`
 
+  * Implicit-parameter based source location support exposed in `GHC.SrcLoc`.
+    See GHC User's Manual for more information.
+
 ## 4.8.0.0  *Mar 2015*
 
   * Bundled with GHC 7.10.1



More information about the ghc-commits mailing list