name: aivika-experiment-cairo version: 5.0 synopsis: Cairo-based charting backend for the Aivika simulation library description: This is one of the charting backends for the aivika-experiment-chart [1] package. It allows rendering charts using the Chart-cairo [2] package. . \[1] . \[2] . category: Simulation license: BSD3 license-file: LICENSE copyright: (c) 2012-2015. David Sorokin author: David Sorokin maintainer: David Sorokin homepage: http://www.aivikasoft.com cabal-version: >= 1.6 build-type: Simple tested-with: GHC == 7.10.1 library exposed-modules: Simulation.Aivika.Experiment.Chart.Backend.Cairo build-depends: base >= 3 && < 6, Chart >= 1.5, Chart-cairo >= 1.5, aivika-experiment >= 5.0, aivika-experiment-chart >= 5.0 extensions: MultiParamTypeClasses ghc-options: -O2 source-repository head type: git location: https://github.com/dsorokin/aivika-experiment-cairo