name: aivika-experiment-diagrams version: 5.4.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-2023. David Sorokin author: David Sorokin maintainer: David Sorokin homepage: https://gitflic.ru/project/dsorokin/aivika-experiment-diagrams cabal-version: >= 1.10 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.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-diagrams