name: aivika-experiment-diagrams
version: 1.3
synopsis: Diagrams 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-diagrams library,
i.e. without using Cairo, which can be suitable for MS Windows.
.
category: Simulation
license: BSD3
license-file: LICENSE
copyright: (c) 2012-2014. David Sorokin <david.sorokin@gmail.com>
author: David Sorokin
maintainer: David Sorokin <david.sorokin@gmail.com>
homepage: http://github.com/dsorokin/aivika-experiment-diagrams
cabal-version: >= 1.6
build-type: Simple
tested-with: GHC == 7.6.3
library
exposed-modules: Simulation.Aivika.Experiment.DiagramsRenderer
build-depends: base >= 3 && < 6,
containers >= 0.4.0.0,
filepath >= 1.3.0.0,
Chart >= 1.2,
Chart-diagrams >= 1.2,
aivika-experiment >= 1.3,
aivika-experiment-chart >= 1.3
ghc-options: -O2
source-repository head
type: git
location: https://github.com/dsorokin/aivika-experiment-diagrams