dataframe-viz-1.0.2.0: dataframe-viz.cabal
cabal-version: 2.4
name: dataframe-viz
version: 1.0.2.0
synopsis: Visualisation/plotting helpers for the dataframe ecosystem.
description:
Display harness plus terminal and web plotters. Built on top of
@dataframe-core@ and @dataframe-operations@.
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
extra-doc-files: README.md
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.Display
DataFrame.Display.Terminal.Plot
DataFrame.Display.Web.Plot
DataFrame.Display.Web.Chart
DataFrame.Display.Web.Chart.Typed
other-modules: DataFrame.Display.Internal.Common
DataFrame.Display.Internal.VegaLite
build-depends: base >= 4 && < 5,
aeson >= 0.11.0.0 && < 3,
containers >= 0.6.7 && < 0.9,
dataframe-core ^>= 1.0,
directory >= 1.3.0.0 && < 2,
granite >= 0.6 && < 1,
process ^>= 1.6,
random >= 1 && < 2,
text >= 2.0 && < 3,
vector ^>= 0.13
hs-source-dirs: src
default-language: Haskell2010