packages feed

dataframe-parquet 1.0.1.0 → 1.0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~dataframe-operationsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dataframe-operations

API changes (from Hackage documentation)

Files

dataframe-parquet.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               dataframe-parquet-version:            1.0.1.0+version:            1.0.1.1  synopsis:           Parquet reader and writer for the dataframe ecosystem. description:@@ -16,7 +16,7 @@ license-file:       LICENSE author:             Michael Chavinda maintainer:         mschavinda@gmail.com-copyright:          (c) 2024-2025 Michael Chavinda+copyright:          (c) 2024-2026 Michael Chavinda category:           Data tested-with:        GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 @@ -49,7 +49,7 @@                         bytestring >= 0.11 && < 0.13,                         containers >= 0.6.7 && < 0.9,                         dataframe-core ^>= 1.0,-                        dataframe-operations ^>= 1.0,+                        dataframe-operations ^>= 1.1,                         dataframe-parsing ^>= 1.0,                         directory >= 1.3.0.0 && < 2,                         filepath >= 1.4 && < 2,