packages feed

netwire-3.0.0: netwire.cabal

Name:          netwire
Version:       3.0.0
Category:      Control, FRP
Synopsis:      Fast generic automaton arrow transformer for AFRP
Maintainer:    Ertugrul Söylemez <es@ertes.de>
Author:        Ertugrul Söylemez <es@ertes.de>
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,
        forkable-monad >= 0.1.1,
        monad-control >= 0.2.0,
        MonadRandom >= 0.1.6,
        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
        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,
--         MonadRandom,
--         mtl,
--         netwire,
--         random,
--         time
--     Extensions:
--         Arrows
--         FlexibleInstances
--         MultiParamTypeClasses
--         ScopedTypeVariables
--         TupleSections
--         TypeFamilies
--         ViewPatterns
--     Hs-source-dirs: test
--     Main-is: Main.hs
--     GHC-Options: -threaded -rtsopts