From cff121fe3afd90990bbff025e06ff2437076fd09 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 20 Sep 2023 00:15:44 -0400 Subject: [PATCH] Release 0.68.10 --- changelog.md | 6 ++++++ hsc2hs.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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