dataframe-operations 1.1.0.1 → 1.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
dataframe-operations.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-operations-version: 1.1.0.1+version: 1.1.0.2 synopsis: Column operations, expression DSL, and statistics for the dataframe ecosystem. description:@@ -51,7 +51,7 @@ DataFrame.Typed.Operations build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.9,- dataframe-core ^>= 1.0,+ dataframe-core >= 1.0.2 && < 1.1, dataframe-parsing ^>= 1.0, random >= 1.2 && < 2, regex-tdfa >= 1.3.0 && < 2,