javelin-io 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+12/−8 lines, 2 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- javelin-io.cabal +8/−8
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for javelin-io +## Release 0.1.1.3++* Explicit support for `containers-0.8`+ ## Release 0.1.1.2 * Explicit support for GHC 9.12
javelin-io.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: javelin-io-version: 0.1.1.2+version: 0.1.1.3 synopsis: IO operations for the `javelin` package license: MIT license-file: LICENSE@@ -16,18 +16,18 @@ || ==9.6.4 || ==9.4.8 description:- + This package implements serialization/deserialization of 'Series', labeled one-dimensional arrays combining properties from maps and arrays.- + The important modules are:- + ["Data.Series.IO"] Serialization/deserialization of series of arbitrary types.- + ["Data.Series.Unboxed.IO"] Serialization/deserialization of unboxed series for better performance, at the cost of flexibility.- + ["Data.Series.Generic.IO"] Serialization/deserialization of generic series to manipulate any type of 'Series'.- + If you don't know where to start, please take a look at the documentation in "Data.Series.IO". source-repository head@@ -54,7 +54,7 @@ build-depends: base >=4.15.0.0 && <4.22, bytestring >=0.11 && <0.13, cassava ^>=0.5,- containers >=0.6 && <0.8,+ containers >=0.6 && <0.9, unordered-containers ^>=0.2, javelin ^>=0.1, vector >=0.12.3.0 && <0.14,