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.