diff --git a/changelog.md b/changelog.md index 87cea62b534489b0d555ccc0cdb91317077f6019..7a211bc63b6b77cefda02972e1caa07aa3abf871 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 e92d2022a5eac77a992dea8369e537a5b1b35066..0e17e713ed3e751ec6a52a2f4ded081a3f0a1f07 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