Name: netwire Version: 3.1.0 Category: Control, FRP Synopsis: Fast generic automaton arrow transformer for AFRP Maintainer: Ertugrul Söylemez Author: Ertugrul Söylemez Copyright: (c) 2011 Ertugrul Söylemez License: BSD3 License-file: LICENSE Build-type: Simple Stability: experimental Cabal-version: >= 1.8 Description: This library implements a fast and powerful generic automaton arrow transformer for arrowized functional reactive programming or automaton programming in general. Library Build-depends: arrows >= 0.4.4, base >= 4 && < 5, containers >= 0.4.0, deepseq >= 1.1.0, lifted-base >= 0.1.0, monad-control >= 0.3.0, random >= 1.0.0, time >= 1.2.0, mtl >= 2.0.1, stm >= 2.2.0, vector >= 0.9, vector-space >= 0.7.8 Extensions: Arrows DoRec FlexibleContexts FlexibleInstances FunctionalDependencies GADTs MultiParamTypeClasses RankNTypes ScopedTypeVariables TupleSections TypeFamilies TypeOperators UndecidableInstances ViewPatterns GHC-Options: -W Exposed-modules: Control.Wire Control.Wire.Classes Control.Wire.Instances Control.Wire.Prefab Control.Wire.Prefab.Accum Control.Wire.Prefab.Analyze Control.Wire.Prefab.Calculus Control.Wire.Prefab.Clock Control.Wire.Prefab.Event Control.Wire.Prefab.Execute Control.Wire.Prefab.Queue Control.Wire.Prefab.Random Control.Wire.Prefab.Sample Control.Wire.Prefab.Simple Control.Wire.Prefab.Split Control.Wire.Session Control.Wire.TimedMap Control.Wire.Tools Control.Wire.Trans Control.Wire.Trans.Clock Control.Wire.Trans.Combine Control.Wire.Trans.Exhibit Control.Wire.Trans.Fork Control.Wire.Trans.Memoize Control.Wire.Trans.Sample Control.Wire.Trans.Simple Control.Wire.Types -- Executable netwire2-test -- Build-depends: -- arrows, -- base >= 4 && < 5, -- containers, -- logict, -- mtl, -- netwire, -- random, -- time -- Extensions: -- Arrows -- FlexibleInstances -- MultiParamTypeClasses -- ScopedTypeVariables -- TupleSections -- TypeFamilies -- ViewPatterns -- Hs-source-dirs: test -- Main-is: Main.hs -- GHC-Options: -threaded -rtsopts