packages feed

hs-gchart-0.1.1: hs-gchart.cabal

name: hs-gchart
version: 0.1.1
synopsis: Haskell wrapper for the Google Chart API
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, examples/Examples.hs
tested-with: GHC==6.12.1

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

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

  other-modules:
     Graphics.GChart.ChartItems
    ,Graphics.GChart.DataEncoding