packages feed

dataframe-parquet 1.2.0.0 → 1.3.0.0

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~dataframe-coredep ~dataframe-operationsdep ~dataframe-parsing

Dependency ranges changed: dataframe-core, dataframe-operations, dataframe-parsing

Files

dataframe-parquet.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.4 name:               dataframe-parquet-version:            1.2.0.0+version:            1.3.0.0  synopsis:           Parquet reader and writer for the dataframe ecosystem. description:@@ -50,10 +50,10 @@     build-depends:      base >= 4 && < 5,                         bytestring >= 0.11 && < 0.14,                         containers >= 0.6.7 && < 0.10,-                        dataframe-core >= 2.0 && < 2.1,-                        dataframe-core:internal >= 2.0 && < 2.1,-                        dataframe-operations >= 2.0 && < 2.1,-                        dataframe-parsing:internal >= 2.0 && < 2.1,+                        dataframe-core >= 2.1 && < 2.2,+                        dataframe-core >= 2.1 && < 2.2,+                        dataframe-operations >= 2.1 && < 2.2,+                        dataframe-parsing >= 2.1 && < 2.2,                         directory >= 1.3.0.0 && < 2,                         filepath >= 1.4 && < 2,                         Glob >= 0.10 && < 1,