dataframe-json-1.1.0.0: dataframe-json.cabal
cabal-version: 3.4
name: dataframe-json
version: 1.1.0.0
synopsis: JSON reader and writer for the dataframe ecosystem.
description:
@DataFrame.IO.JSON@ — read/write arrays of JSON objects as
'DataFrame's. Built on @aeson@.
bug-reports: https://github.com/mchav/dataframe/issues
license: MIT
license-file: LICENSE
author: Michael Chavinda
maintainer: mschavinda@gmail.com
copyright: (c) 2024-2026 Michael Chavinda
category: Data
tested-with: GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2
common warnings
ghc-options:
-Wincomplete-patterns
-Wincomplete-uni-patterns
-Wunused-imports
-Wunused-local-binds
-Wunused-packages
library
import: warnings
exposed-modules: DataFrame.IO.JSON
build-depends: base >= 4 && < 5,
aeson >= 0.11.0.0 && < 3,
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