name: aivika-experiment-cairo version: 4.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-2015. David Sorokin author: David Sorokin maintainer: David Sorokin homepage: http://github.com/dsorokin/aivika-experiment-cairo 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 >= 4.0.3, aivika-experiment-chart >= 4.3.1 extensions: MultiParamTypeClasses ghc-options: -O2 source-repository head type: git location: https://github.com/dsorokin/aivika-experiment-cairo