dataframe-json 1.0.1.1 → 1.1.0.0
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~bytestringdep ~dataframe-coredep ~scientific
Dependency ranges changed: bytestring, dataframe-core, scientific, vector
Files
- dataframe-json.cabal +7/−7
dataframe-json.cabal view
@@ -1,6 +1,6 @@-cabal-version: 2.4+cabal-version: 3.4 name: dataframe-json-version: 1.0.1.1+version: 1.1.0.0 synopsis: JSON reader and writer for the dataframe ecosystem. description:@@ -29,10 +29,10 @@ exposed-modules: DataFrame.IO.JSON build-depends: base >= 4 && < 5, aeson >= 0.11.0.0 && < 3,- bytestring >= 0.11 && < 0.13,- dataframe-core ^>= 1.1,- scientific >= 0.3.1 && < 0.4,- text >= 2.0 && < 3,- vector ^>= 0.13+ bytestring >= 0.11 && < 0.14,+ dataframe-core:internal >= 2.0 && < 2.1,+ scientific >= 0.3.1 && < 0.5,+ text >= 2.1 && < 3,+ vector >= 0.13 && < 0.15 hs-source-dirs: src default-language: Haskell2010