packages feed

dataframe-csv 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-csv.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               dataframe-csv-version:            1.0.1.0+version:            1.0.1.1  synopsis:           CSV reader and writer for the dataframe ecosystem. description:@@ -13,7 +13,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 @@ -35,7 +35,7 @@                         cassava >= 0.1 && < 1,                         containers >= 0.6.7 && < 0.9,                         dataframe-core ^>= 1.0,-                        dataframe-operations ^>= 1.0,+                        dataframe-operations ^>= 1.1,                         dataframe-parsing ^>= 1.0,                         text >= 2.0 && < 3,                         vector ^>= 0.13