packages feed

plotlyhs-0.2.1: plotlyhs.cabal

Name:                plotlyhs
Version:             0.2.1
Synopsis:            Haskell bindings to Plotly.js
Description:
            Generate web-based plots with the Plotly.js library.
            For examples, see <https://glutamate.github.io/plotlyhs/>


License:             MIT
License-file:        LICENSE
Author:              Tom Nielsen
Maintainer:          tanielsen@gmail.com
build-type:          Simple
Cabal-Version: 	     >= 1.10
homepage:            https://github.com/diffusionkinetics/open/plotlyhs
bug-reports:         https://github.com/diffusionkinetics/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