name: aivika-experiment-diagrams version: 5.1 synopsis: Diagrams-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-diagrams [2] package. . \[1] . \[2] . category: Simulation license: BSD3 license-file: LICENSE copyright: (c) 2012-2017. 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.Diagrams build-depends: base >= 3 && < 6, containers >= 0.4.0.0, filepath >= 1.3.0.0, colour >= 2.3.3, lens >= 3.9, Chart >= 1.5, Chart-diagrams >= 1.5, aivika-experiment >= 5.1, aivika-experiment-chart >= 5.1 extensions: MultiParamTypeClasses ghc-options: -O2 source-repository head type: git location: https://github.com/dsorokin/aivika-experiment-diagrams