name: rigel-viz version: 0.1.0.0 synopsis: A mid-level wrapper for vega-lite description: A mid-level wrapper for vega-lite. Please see the README for details homepage: https://github.com/ocramz/rigel-viz license: BSD3 license-file: LICENSE author: Marco Zocca maintainer: ocramz fripost org copyright: (c) Marco Zocca, 2019 category: Graphics, Data Science, Visualization build-type: Simple extra-source-files: README.md extra-doc-files: doc/fig/scatter1.png doc/fig/heatmap1.png cabal-version: 1.18 tested-with: GHC == 8.6.3 library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src exposed-modules: RigelViz build-depends: base >= 4.7 && < 5 , bytestring >= 0.10.8.2 , colour >= 2.3.4 , containers >= 0.6.0.1 , aeson >= 1.4.2.0 , text >= 1.2.3.1 -- executable app1 -- default-language: Haskell2010 -- ghc-options: -threaded -rtsopts -with-rtsopts=-N -- hs-source-dirs: app -- main-is: App1.hs -- build-depends: base -- , rigel-viz -- , aeson -- , aeson-pretty >= 0.8.7 -- , bytestring -- , colour -- , lucid >= 2.9.11 -- , lucid-extras >= 0.2.2 test-suite spec default-language: Haskell2010 ghc-options: -Wall type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , rigel-viz , hspec , QuickCheck source-repository head type: git location: https://github.com/ocramz/rigel-viz