hdf5 1.8.14 → 1.8.15
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~bytestringdep ~primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, primitive
API changes (from Hackage documentation)
Files
- Changelog.md +7/−3
- hdf5.cabal +3/−3
Changelog.md view
@@ -1,8 +1,12 @@-1.8.14 [2025-01-15]+1.8.15 [2025-09-04] ------ -* build with H5_USE_18_API-* fix compilation with hdf5 from 1.10.0 to 1.14.5+* fix bytestring upper bound to make is compatible with the latest nix stable version.++1.8.14 [2025-01-15]++ build with H5_USE_18_API+ fix compilation with hdf5 from 1.10.0 to 1.14.5 1.8.13 [2024-09-18] ------
hdf5.cabal view
@@ -1,5 +1,5 @@ name: hdf5-version: 1.8.14+version: 1.8.15 stability: provisional cabal-version: >= 1.10@@ -111,12 +111,12 @@ build-depends: base >= 3 && < 5, bindings-DSL >= 1.0.25 && < 1.1,- bytestring >= 0.10.0 && < 0.12,+ bytestring >= 0.10.0 && < 0.13, libffi >= 0.1 && < 0.3, lifted-base >= 0.2.3 && < 0.3, monad-control >= 1.0.3 && < 1.1, transformers >= 0.5.0 && < 0.7,- primitive >= 0.7.0 && < 0.9,+ primitive >= 0.7.0 && < 0.10, tagged >= 0.8.0 && < 0.9, vector >= 0.12.0 && < 0.14