From b60efe2856603576faf7d41dfc63a62a6105740e Mon Sep 17 00:00:00 2001 From: David Sorokin Date: Sun, 17 May 2015 19:09:23 +0300 Subject: [PATCH] Changed version number and added a dependency from the recent aivika-4.0.3. --- aivika-experiment.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aivika-experiment.cabal b/aivika-experiment.cabal index d3aed6f..6256389 100644 --- a/aivika-experiment.cabal +++ b/aivika-experiment.cabal @@ -1,5 +1,5 @@ name: aivika-experiment -version: 3.1 +version: 4.0.3 synopsis: Simulation experiments for the Aivika library description: This package allows defining simulation experiments for the Aivika @@ -18,7 +18,7 @@ maintainer: David Sorokin homepage: http://github.com/dsorokin/aivika-experiment cabal-version: >= 1.6 build-type: Simple -tested-with: GHC == 7.8.3 +tested-with: GHC == 7.10.1 extra-source-files: examples/MachRep3.hs examples/LinearArray.hs @@ -52,7 +52,7 @@ library split >= 0.2.2, network-uri >= 2.6, parallel-io >= 0.3.2.1, - aivika >= 3.1 + aivika >= 4.0.3 extensions: MultiParamTypeClasses, TypeFamilies