From 1ba092932f86c1fda15091d355ba7975b8554437 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 13 Feb 2023 10:55:53 -0500
Subject: [PATCH] Release 0.68.9

---
 changelog.md | 4 ++++
 hsc2hs.cabal | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 792c5b6..09fb66b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## 0.68.9
+
+ - Improve robustness of detection of pointer types in `--cross` mode.
+
 ## 0.68.8
 
  - Process flags in order, now the last of `--compiler`, `--linker`,
diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 03f2c98..6dfe710 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 Name: hsc2hs
-Version: 0.68.8
+Version: 0.68.9
 
 Copyright: 2000, Marcin Kowalczyk
 License: BSD3
-- 
GitLab