[commit: ghc] ghc-8.2: Update changelogs for 8.2.1 (2600a65)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 23:23:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/2600a65adf931857c5d18a7d1ab3529286ee9e99/ghc
>---------------------------------------------------------------
commit 2600a65adf931857c5d18a7d1ab3529286ee9e99
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jul 11 14:05:10 2017 -0400
Update changelogs for 8.2.1
>---------------------------------------------------------------
2600a65adf931857c5d18a7d1ab3529286ee9e99
libraries/base/changelog.md | 4 ++--
libraries/integer-gmp/changelog.md | 4 +++-
libraries/template-haskell/changelog.md | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 97fdefd..8cc955a 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.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).
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index cdee847..3100349 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -1,6 +1,8 @@
# Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
-## 1.0.0.2 *TBA*
+## 1.0.0.2 *July 2017*
+
+ * Bundled with GHC 8.2.1
* Optimize `minusInteger`
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 50f1709..c79cf99 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,8 +1,8 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
-## 2.12.0.0 *TBA*
+## 2.12.0.0 *July 2017*
- * Bundled with GHC *TBA*
+ * Bundled with GHC 8.2.1.
* Add support for pattern synonyms. This introduces one new constructor to
`Info` (`PatSynI`), two new constructors to `Dec` (`PatSynD` and
More information about the ghc-commits
mailing list