packages feed

dataframe-parquet-th 1.2.0.1 → 1.3.0.0

raw patch · 2 files changed

+5/−6 lines, 2 filesdep ~dataframe-coredep ~dataframe-parquetdep ~dataframe-thPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dataframe-core, dataframe-parquet, dataframe-th

API changes (from Hackage documentation)

Files

dataframe-parquet-th.cabal view
@@ -1,7 +1,6 @@ cabal-version:      3.4 name:               dataframe-parquet-th-version:            1.2.0.1-+version:            1.3.0.0 synopsis:           Parquet-file-based Template Haskell splices for the dataframe ecosystem. description:     Splices that read Parquet file metadata at compile time and emit@@ -31,9 +30,9 @@                         DataFrame.Typed.TH.Parquet     build-depends:      base >= 4 && < 5,                         containers >= 0.6.7 && < 0.10,-                        dataframe-core >= 2.1 && < 2.2,-                        dataframe-parquet >= 1.4 && < 1.5,-                        dataframe-th >= 2.1 && < 2.2,+                        dataframe-core >= 2.2 && < 2.3,+                        dataframe-parquet >= 1.5 && < 1.6,+                        dataframe-th >= 2.2 && < 2.3,                         directory >= 1.3.0.0 && < 2,                         filepath >= 1.4 && < 2,                         Glob >= 0.10 && < 1,
src/DataFrame/Typed/TH/Parquet.hs view
@@ -9,7 +9,7 @@  @ deriveSchemaFromParquetFile \"Trips\" \"trips.parquet\"--- generates:  type Trips = '[Column \"id\" Int, Column \"fare\" Double, ...]+-- generates:  type Trips = '[ '(\"id\", Int), '(\"fare\", Double), ...] @ -} module DataFrame.Typed.TH.Parquet (