dataframe-th 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-th.cabal +4/−4
dataframe-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-th-version: 1.0.1.1+version: 1.0.1.2 synopsis: Record-based Template Haskell splices for the dataframe ecosystem. description:@@ -33,9 +33,9 @@ DataFrame.Typed.TH.Records build-depends: base >= 4 && < 5, 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, template-haskell >= 2.0 && < 3, text >= 2.0 && < 3, vector ^>= 0.13