dataframe-parquet 1.0.1.1 → 1.0.1.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~dataframe-coredep ~dataframe-operationsdep ~dataframe-parsingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-core, dataframe-operations, dataframe-parsing, text
API changes (from Hackage documentation)
Files
- dataframe-parquet.cabal +4/−4
dataframe-parquet.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-parquet-version: 1.0.1.1+version: 1.0.1.2 synopsis: Parquet reader and writer for the dataframe ecosystem. description:@@ -48,9 +48,9 @@ aeson >= 0.11.0.0 && < 3, bytestring >= 0.11 && < 0.13, containers >= 0.6.7 && < 0.9,- dataframe-core ^>= 1.0,- dataframe-operations ^>= 1.1,- dataframe-parsing ^>= 1.0,+ dataframe-core ^>= 1.1,+ dataframe-operations ^>= 1.1.1,+ dataframe-parsing ^>= 1.0.2, directory >= 1.3.0.0 && < 2, filepath >= 1.4 && < 2, Glob >= 0.10 && < 1,