packages feed

hs-gchart-0.4.2: hs-gchart.cabal

name: hs-gchart
version: 0.4.2
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.

    This package is very old and not really supported.
license: BSD3
license-file: LICENSE
author: Deepak Jois
maintainer: Tom Ellis
copyright: (c) 2010-2020 Deepak Jois <deepak.jois@gmail.com>
build-type: Simple
cabal-version: >= 1.18
category: Graphics
homepage: http://github.com/deepakjois/hs-gchart
data-files: README.md
extra-source-files: examples/Examples.hs
extra-doc-files: README.md CHANGELOG.md
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
bug-reports: https://github.com/tomjaguarpaw/hs-gchart/issues

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

library
  default-language: Haskell2010

  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