dataframe-parquet-th 1.0.1.1 → 1.0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~dataframe-parquetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-parquet
API changes (from Hackage documentation)
Files
dataframe-parquet-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-parquet-th-version: 1.0.1.1+version: 1.0.1.2 synopsis: Parquet-file-based Template Haskell splices for the dataframe ecosystem. description:@@ -31,12 +31,12 @@ build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.9, dataframe-core ^>= 1.1,- dataframe-parquet ^>= 1.0,+ dataframe-parquet ^>= 1.1, dataframe-th ^>= 1.0, directory >= 1.3.0.0 && < 2, filepath >= 1.4 && < 2, Glob >= 0.10 && < 1, template-haskell >= 2.0 && < 3,- text >= 2.0 && < 3+ text >= 2.1 && < 3 hs-source-dirs: src default-language: Haskell2010