diff --git a/changelog.md b/changelog.md index 09fb66b..8f1a7f7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 0.68.10 + + - Further improve robustness of detection of pointer types in `--cross` mode. + + - Compatibility with new `base` versions + ## 0.68.9 - Improve robustness of detection of pointer types in `--cross` mode. diff --git a/hsc2hs.cabal b/hsc2hs.cabal index a88d372..debebd7 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 Name: hsc2hs -Version: 0.68.9 +Version: 0.68.10 Copyright: 2000, Marcin Kowalczyk License: BSD3