Name: netwire Version: 2.0.0 Category: Control, FRP Synopsis: Generic automaton arrow transformer and useful tools 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 powerful generic automaton arrow transformer. Library Build-depends: arrows >= 0.4.4, base >= 4 && < 5, containers >= 0.4.0, deepseq >= 1.1.0, random >= 1.0.0, time >= 1.2.0, transformers >= 0.2.2, vector >= 0.9, vector-space >= 0.7.8 Extensions: Arrows FlexibleInstances GADTs MultiParamTypeClasses 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.Queue Control.Wire.Prefab.Random Control.Wire.Prefab.Sample Control.Wire.Prefab.Simple Control.Wire.Prefab.Split Control.Wire.Session Control.Wire.Tools Control.Wire.Trans Control.Wire.Trans.Combine Control.Wire.Trans.Exhibit Control.Wire.Trans.Sample Control.Wire.Trans.Simple Control.Wire.Types -- Executable netwire2-test -- Build-depends: -- arrows, -- base >= 4 && < 5, -- containers, -- netwire, -- transformers -- Extensions: -- Arrows -- TupleSections -- TypeFamilies -- ViewPatterns -- Hs-source-dirs: test -- Main-is: Main.hs -- GHC-Options: -W -threaded -rtsopts