[commit: ghc] ghc-7.10: base: Mention SrcLoc in changelog (ec991a7)

git at git.haskell.org git at git.haskell.org
Tue Jul 21 23:48:04 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/ec991a7ed3089c1b0661d2bbd6666b01a228f0d4/ghc

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

commit ec991a7ed3089c1b0661d2bbd6666b01a228f0d4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jul 21 18:31:46 2015 +0200

    base: Mention SrcLoc in changelog


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

ec991a7ed3089c1b0661d2bbd6666b01a228f0d4
 libraries/base/changelog.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index f7f1b5b..8882c5a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,11 +1,14 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
-## 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