dataframe-json 1.0.1.1 → 1.2.0.1
raw patch · 1 files changed
Files
- dataframe-json.cabal +7/−8
dataframe-json.cabal view
@@ -1,7 +1,6 @@-cabal-version: 2.4+cabal-version: 3.4 name: dataframe-json-version: 1.0.1.1-+version: 1.2.0.1 synopsis: JSON reader and writer for the dataframe ecosystem. description: @DataFrame.IO.JSON@ — read/write arrays of JSON objects as@@ -29,10 +28,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 >= 2.2 && < 2.3,+ scientific >= 0.3.1 && < 0.5,+ text >= 2.1 && < 3,+ vector >= 0.13 && < 0.15 hs-source-dirs: src default-language: Haskell2010