[commit: ghc] ghc-8.0: template-haskell: Version bump and update changelog (4639ce6)
git at git.haskell.org
git at git.haskell.org
Mon Nov 14 22:20:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/4639ce6d836156c8dfeb2bb418a218d13981681e/ghc
>---------------------------------------------------------------
commit 4639ce6d836156c8dfeb2bb418a218d13981681e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Nov 12 11:24:39 2016 -0500
template-haskell: Version bump and update changelog
>---------------------------------------------------------------
4639ce6d836156c8dfeb2bb418a218d13981681e
libraries/template-haskell/changelog.md | 9 ++++++++-
libraries/template-haskell/template-haskell.cabal | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index e746cb54..09ecacd 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,6 +1,13 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
-## 2.11.0.0 *TBA*
+## 2.11.1.0 Nov 2016
+
+ * Bundled with GHC 8.0.2
+
+ * Fix pretty-printing of list comprehensions with only one statement. Previously this was rendered as `[Foo|]` instead of `Foo]`.
+
+
+## 2.11.0.0 May 2016
* Bundled with GHC 8.0.1
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 39a70ca..e413e3d 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -1,5 +1,5 @@
name: template-haskell
-version: 2.11.0.0
+version: 2.11.1.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list