aivika-experiment-cairo 4.3.1 → 5.0
raw patch · 3 files changed
+13/−9 lines, 3 filesdep ~aivika-experimentdep ~aivika-experiment-chartPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aivika-experiment, aivika-experiment-chart
API changes (from Hackage documentation)
- Simulation.Aivika.Experiment.Chart.Backend.Cairo: instance ChartRendering CairoRenderer
+ Simulation.Aivika.Experiment.Chart.Backend.Cairo: instance Simulation.Aivika.Experiment.Chart.Types.ChartRendering Simulation.Aivika.Experiment.Chart.Backend.Cairo.CairoRenderer
Files
- LICENSE +1/−1
- Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs +1/−1
- aivika-experiment-cairo.cabal +11/−7
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012-2015 David Sorokin <david.sorokin@gmail.com>+Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> All rights reserved.
Simulation/Aivika/Experiment/Chart/Backend/Cairo.hs view
@@ -3,7 +3,7 @@ -- | -- Module : Simulation.Aivika.Experiment.Chart.Backend.Cairo--- Copyright : Copyright (c) 2012-2015, David Sorokin <david.sorokin@gmail.com>+-- Copyright : Copyright (c) 2012-2017, David Sorokin <david.sorokin@gmail.com> -- License : BSD3 -- Maintainer : David Sorokin <david.sorokin@gmail.com> -- Stability : experimental
aivika-experiment-cairo.cabal view
@@ -1,17 +1,21 @@ name: aivika-experiment-cairo-version: 4.3.1-synopsis: Cairo backend for the Aivika simulation library+version: 5.0+synopsis: Cairo-based charting 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.+ 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] <http://hackage.haskell.org/package/aivika-experiment-chart>+ .+ \[2] <http://hackage.haskell.org/package/Chart-cairo>+ . category: Simulation license: BSD3 license-file: LICENSE copyright: (c) 2012-2015. David Sorokin <david.sorokin@gmail.com> author: David Sorokin maintainer: David Sorokin <david.sorokin@gmail.com>-homepage: http://github.com/dsorokin/aivika-experiment-cairo+homepage: http://www.aivikasoft.com cabal-version: >= 1.6 build-type: Simple tested-with: GHC == 7.10.1@@ -23,8 +27,8 @@ build-depends: base >= 3 && < 6, Chart >= 1.5, Chart-cairo >= 1.5,- aivika-experiment >= 4.0.3,- aivika-experiment-chart >= 4.3.1+ aivika-experiment >= 5.0,+ aivika-experiment-chart >= 5.0 extensions: MultiParamTypeClasses