Skip to content

Commit

Permalink
1.8.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
picca committed Sep 18, 2024
1 parent 562858c commit 1bd94b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog → Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions hdf5.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hdf5
version: 1.8.12
version: 1.8.13
stability: provisional

cabal-version: >= 1.10
Expand All @@ -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
Expand Down

0 comments on commit 1bd94b8

Please sign in to comment.