Name: plotlyhs Version: 0.2.3 Synopsis: Haskell bindings to Plotly.js Description: Generate web-based plots with the Plotly.js library. For examples, see License: MIT License-file: LICENSE Author: Tom Nielsen Maintainer: jonathan@jonreeve.com build-type: Simple Cabal-Version: >= 1.10 homepage: https://github.com/JonathanReeve/plotlyhs bug-reports: https://github.com/JonathanReeve/plotlyhs/open/issues category: Graphics, Charts Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1 extra-source-files: changelog.md Library ghc-options: -Wall -fno-warn-type-defaults hs-source-dirs: src default-language: Haskell2010 Exposed-modules: Graphics.Plotly , Graphics.Plotly.Utils , Graphics.Plotly.Lucid , Graphics.Plotly.GoG , Graphics.Plotly.Base , Graphics.Plotly.Blaze , Graphics.Plotly.Histogram , Graphics.Plotly.Simple Build-depends: base >= 4.6 && <5 , aeson , lucid , blaze-html , blaze-markup , text , time , bytestring , microlens-th , microlens