packages feed

text-and-plots-0.1.1.0: text-and-plots.cabal

name:                text-and-plots
version:             0.1.1.0
synopsis:
  EDSL to create HTML documents with plots based on the C3.js library.
description:
  Haskell mini-language to create HTML documents with a mixture of markup and
  plots based on the <http://c3js.org/ C3.js> library. See the
  <https://github.com/andersjel/haskell-text-and-plots github page> for an
  introduction.
homepage:            https://github.com/andersjel/haskell-text-and-plots
license:             MIT
license-file:        LICENSE
author:              Anders Jellinggaard
maintainer:          anders.jel@gmail.com
copyright:           (c) 2015 Anders Jellinggaard
category:            Text
build-type:          Simple
cabal-version:       >=1.10
Extra-source-files:
  CHANGELOG

source-repository head
  type:     git
  location: git://github.com/andersjel/haskell-text-and-plots.git

source-repository this
  type:     git
  location: git://github.com/andersjel/haskell-text-and-plots.git
  tag:      v0.1.1.0

library
  exposed-modules:
    Text.DocL
  build-depends:
    aeson                >=0.8.0.0  && <0.9,
    base                 >=4.7.0.0  && <4.8,
    blaze-html           >=0.7.0.0  && <0.9,
    bytestring           >=0.10.4.0 && <0.11,
    containers           >=0.5.5.1  && <0.6,
    markdown             >=0.1.7.1  && <0.2,
    unordered-containers >=0.2.3.3  && <0.3
  hs-source-dirs:      src
  default-language:    Haskell2010
  default-extensions:
    OverloadedStrings
    GeneralizedNewtypeDeriving