name: event-monad version: 0.0.0.2 stability: experimental license: PublicDomain cabal-version: >= 1.2 build-type: Simple author: James Cook maintainer: James Cook homepage: http://code.haskell.org/~mokus/event-monad category: Control synopsis: Event-graph simulation monad transformer description: An interface for and simple implementation of an event-graph simulation system as a monad transformer. tested-with: GHC Library hs-source-dirs: src exposed-modules: Control.Monad.Event Control.Monad.Event.BasicEvents Control.Monad.Event.Classes Control.Monad.EventT other-modules: Control.Monad.Event.Internal.Types Control.Monad.Event.Internal.EventID build-depends: base >= 3, containers, event-handlers >= 0.0.0.2, haskell98, monad-loops, mtl, priority-queue, stateref >= 0.2.1.1, wl-pprint