packages feed

dataframe-th 2.0.0.0 → 2.1.0.0

raw patch · 1 files changed

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

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

Files

dataframe-th.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.4 name:               dataframe-th-version:            2.0.0.0+version:            2.1.0.0  synopsis:           Record-based Template Haskell splices for the dataframe ecosystem. description:@@ -35,10 +35,9 @@     other-modules:      DataFrame.Internal.Schema.TH     build-depends:      base >= 4 && < 5,                         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 >= 2.0 && < 2.1,+                        dataframe-core >= 2.1 && < 2.2,+                        dataframe-operations >= 2.1 && < 2.2,+                        dataframe-parsing >= 2.1 && < 2.2,                         template-haskell >= 2.0 && < 3,                         text >= 2.1 && < 3,                         vector >= 0.13 && < 0.15