diff --git a/Changelog b/Changelog.md similarity index 88% rename from Changelog rename to Changelog.md index 20ca3a3..c55291d 100644 --- a/Changelog +++ b/Changelog.md @@ -1,4 +1,10 @@ +1.8.13 [2024-09-18] +------ + +* Fix compilation with hdf5 1.10 + 1.8.12 [2024-08-02] +------ * Add flag "use-hdf5-serial" to switch between "hdf5" and "hdf5-serial" as a pkgconfig dependency * Add pipeline ensuring the project compiles and the tests run with ghcup and ghc 9.0, 9.2, 9.4 and 9.6. diff --git a/hdf5.cabal b/hdf5.cabal index 0055d62..19d95a8 100644 --- a/hdf5.cabal +++ b/hdf5.cabal @@ -1,5 +1,5 @@ name: hdf5 -version: 1.8.12 +version: 1.8.13 stability: provisional cabal-version: >= 1.10 @@ -14,7 +14,7 @@ category: Database synopsis: Haskell interface to the HDF5 scientific data storage library. description: This is a low-level but typesafe Haskell interface to the HDF5 library. No pointers necessary. -extra-source-files: Changelog +extra-source-files: Changelog.md include/bindings.h include/mangle.h include/util.h