diff options
-rw-r--r-- | libraries/base/changelog.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 2306d36499..9ceef87ded 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 |