packages feed

hs-gchart-0.3: hs-gchart.cabal

name: hs-gchart
version: 0.3
synopsis: Haskell wrapper for the Google Chart API
description:
    This module is a wrapper around the Google Chart API. It exposes a rich
    set of Haskell data types to specify your chart data, which can then be
    converted into a URL that generates the PNG image of the chart.

license: BSD3
license-file: LICENSE
author: Deepak Jois
maintainer: deepak.jois@gmail.com
copyright: (c) 2010 Deepak Jois <deepak.jois@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Graphics
stability: experimental
homepage: http://github.com/deepakjois/hs-gchart
data-files: README.md
extra-source-files: examples/Examples.hs
tested-with: GHC==6.12.1

source-repository head
  type:     git
  location: git://github.com/deepakjois/hs-gchart.git

library
  build-depends: 
     base >= 4 && < 5
    ,mtl

  exposed-modules: 
     Graphics.GChart
    ,Graphics.GChart.Types

  other-modules:
     Graphics.GChart.ChartItems
    ,Graphics.GChart.ChartItems.Basics
    ,Graphics.GChart.ChartItems.Data
    ,Graphics.GChart.ChartItems.Colors
    ,Graphics.GChart.ChartItems.Labels
    ,Graphics.GChart.ChartItems.Styles
    ,Graphics.GChart.ChartItems.Util
    ,Graphics.GChart.DataEncoding