From 0a01dfb483db5bd15ef6b2400b4192b23ab82b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20K=C5=82oczko?= Date: Sun, 7 May 2023 15:35:36 +0200 Subject: [PATCH] Bumped GHC version and added a new entry to ChangeLog.md. --- ChangeLog.md | 4 ++++ derive-storable-plugin.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2f33415..c8888d7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for generic-storable-plugin +## 0.2.3.7 -- 2023-05-07 + +* Adding support for GHC 9.6.1 [thanks to TristanCacqueray](https://github.com/mkloczko/derive-storable-plugin/pull/12) + ## 0.2.3.6 -- 2022-10-30 * Adding support for GHC 9.4.2 [thanks to amasgen](https://github.com/mkloczko/derive-storable-plugin/pull/10). diff --git a/derive-storable-plugin.cabal b/derive-storable-plugin.cabal index 2fac3be..b12fc32 100644 --- a/derive-storable-plugin.cabal +++ b/derive-storable-plugin.cabal @@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: derive-storable-plugin -version: 0.2.3.6 +version: 0.2.3.7 synopsis: GHC core plugin supporting the derive-storable package. description: The package helps derive-storable package in forcing compile time evaluation of sizes, alignments and offsets.