From e51c44d22a335e21fefe6f0148d2d43dfa482f28 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Wed, 26 Apr 2017 18:56:21 +0200 Subject: [PATCH] Bump version to 0.68.2 and prepare for release --- 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 -- GitLab