name: aivika-realtime
version: 0.1
synopsis: Soft real-time simulation module for the Aivika library
description:
This package allows running soft real-time simulations based on the aivika-transformers [1] library.
.
\[1] <http://hackage.haskell.org/package/aivika-transformers>
.
category: Simulation
license: BSD3
license-file: LICENSE
copyright: (c) 2016. David Sorokin <david.sorokin@gmail.com>
author: David Sorokin
maintainer: David Sorokin <david.sorokin@gmail.com>
homepage: http://www.aivikasoft.com/en/products/aivika.html
cabal-version: >= 1.6
build-type: Simple
tested-with: GHC == 7.10.3
extra-source-files: CHANGELOG.md
tests/MachRep1.hs
tests/MachRep1Ver2.hs
tests/MachRep1Ver3.hs
library
exposed-modules: Simulation.Aivika.RealTime
Simulation.Aivika.RealTime.Event
Simulation.Aivika.RealTime.RT
other-modules: Simulation.Aivika.RealTime.Internal.Channel
Simulation.Aivika.RealTime.Internal.Event
Simulation.Aivika.RealTime.Internal.RT
build-depends: base >= 3 && < 6,
mtl >= 2.1.1,
stm >= 2.4.2,
containers >= 0.4.0.0,
async >= 2.0,
time >= 1.5.0.1,
aivika >= 4.5,
aivika-transformers >= 4.5.1
extensions: TypeFamilies,
MultiParamTypeClasses,
FlexibleInstances
ghc-options: -O2
source-repository head
type: git
location: https://github.com/dsorokin/aivika-lattice