[commit: hsc2hs] master: Bump version to 0.68.2 and prepare for release (e51c44d)
git at git.haskell.org
git at git.haskell.org
Wed Apr 26 16:57:04 UTC 2017
Repository : ssh://git@git.haskell.org/hsc2hs
On branch : master
Link : http://git.haskell.org/hsc2hs.git/commitdiff/e51c44d22a335e21fefe6f0148d2d43dfa482f28
>---------------------------------------------------------------
commit e51c44d22a335e21fefe6f0148d2d43dfa482f28
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Apr 26 18:56:21 2017 +0200
Bump version to 0.68.2 and prepare for release
>---------------------------------------------------------------
e51c44d22a335e21fefe6f0148d2d43dfa482f28
changelog.md | 11 ++++++++++-
hsc2hs.cabal | 2 +-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 87cea62..7a211bc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+## 0.68.2
+
+ - Support GHC 8.2.1
+
+ - Make `hsc_alignment` macro work in clang
+ ([D3346](https://phabricator.haskell.org/D3346))
+
+ - Track column numbers to improve GHC's caret diagnostic display
+ ([#13388](https://ghc.haskell.org/trac/ghc/ticket/13388))
+
## 0.68.1
- Fix type signature of generated `main` test function
@@ -6,4 +16,3 @@
- Double-escape paths used to build call to `hsc_line`
([#12504](http://ghc.haskell.org/ticket/12504))
-
diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index e92d202..0e17e71 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -1,5 +1,5 @@
Name: hsc2hs
-Version: 0.68.1
+Version: 0.68.2
Copyright: 2000, Marcin Kowalczyk
License: BSD3
License-File: LICENSE
More information about the ghc-commits
mailing list