name:            aivika-experiment-cairo
version:         1.3.1
synopsis:        Cairo backend for the Aivika simulation library
description:
    This package complements the Aivika and Aivika Experiment packages 
    and it allows rendering the charts using the Chart-cairo library.
    .
category:        Simulation
license:         BSD3
license-file:    LICENSE
copyright:       (c) 2012-2014. David Sorokin <david.sorokin@gmail.com>
author:          David Sorokin
maintainer:      David Sorokin <david.sorokin@gmail.com>
homepage:        http://github.com/dsorokin/aivika-experiment-cairo
cabal-version:   >= 1.6
build-type:      Simple
tested-with:     GHC == 7.6.3

library

    exposed-modules: Simulation.Aivika.Experiment.CairoRenderer

    build-depends:   base >= 3 && < 6,
                     Chart >= 1.3.1,
                     Chart-cairo >= 1.3.1,
                     aivika-experiment >= 1.3,
                     aivika-experiment-chart >= 1.3

    ghc-options:     -O2

source-repository head

    type:     git
    location: https://github.com/dsorokin/aivika-experiment-cairo