diff --git a/changelog.md b/changelog.md index 09fb66b7d6904dd14f1068b26f0e887efc569c73..8f1a7f7000ce3030b38ceb1cfb2e76d959695427 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 a88d37207c2c291fc6ed16c055367bd9e9335396..debebd79837cca0f323695ca5b709c73f63751f1 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