name: aivika-experiment-cairo version: 5.4.1 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-2023. David Sorokin author: David Sorokin maintainer: David Sorokin homepage: https://gitflic.ru/project/dsorokin/aivika-experiment-cairo cabal-version: >= 1.10 build-type: Simple tested-with: GHC == 7.10.1 library exposed-modules: Simulation.Aivika.Experiment.Chart.Backend.Cairo build-depends: base >= 3 && < 6, colour >= 2.3.3, lens >= 3.9, Chart >= 1.5, Chart-cairo >= 1.5, aivika-experiment >= 5.4, aivika-experiment-chart >= 5.4 other-extensions: MultiParamTypeClasses ghc-options: -O2 default-language: Haskell2010 source-repository head type: git location: https://gitflic.ru/project/dsorokin/aivika-experiment-cairo