netwire-4.0.1: netwire.cabal
Name: netwire
Version: 4.0.1
Category: Control, FRP
Synopsis: Flexible wire arrows for FRP
Maintainer: Ertugrul Söylemez <es@ertes.de>
Author: Ertugrul Söylemez <es@ertes.de>
Copyright: (c) 2012 Ertugrul Söylemez
License: BSD3
License-file: LICENSE
Build-type: Simple
Stability: experimental
Cabal-version: >= 1.10
Description:
Efficient and flexible wire arrows for functional reactive programming
and other forms of locally stateful programming.
Source-repository head
type: darcs
location: http://darcs.ertes.de/netwire/
Library
Build-depends:
base >= 4.0 && < 5,
bifunctors >= 0.1 && < 4,
containers >= 0.4 && < 1,
deepseq >= 1.3 && < 2,
lifted-base >= 0.1 && < 1,
monad-control >= 0.3 && < 1,
mtl >= 2.0 && < 3,
profunctors >= 0.1 && < 4,
random >= 1.0 && < 2,
semigroups >= 0.8 && < 1,
tagged >= 0.4 && < 1,
time >= 1.4 && < 2,
vector >= 0.9 && < 1,
vector-space >= 0.8 && < 1
Default-language: Haskell2010
Default-extensions:
BangPatterns
DeriveDataTypeable
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
RankNTypes
ScopedTypeVariables
TupleSections
TypeFamilies
GHC-Options: -W
Exposed-modules:
Control.Wire
Control.Wire.Classes
Control.Wire.Prefab
Control.Wire.Prefab.Accum
Control.Wire.Prefab.Analyze
Control.Wire.Prefab.Effect
Control.Wire.Prefab.Event
Control.Wire.Prefab.Move
Control.Wire.Prefab.Noise
Control.Wire.Prefab.Queue
Control.Wire.Prefab.Sample
Control.Wire.Prefab.Simple
Control.Wire.Prefab.Time
Control.Wire.Session
Control.Wire.TimedMap
Control.Wire.Trans
Control.Wire.Trans.Combine
Control.Wire.Trans.Embed
Control.Wire.Trans.Event
Control.Wire.Trans.Simple
Control.Wire.Trans.Switch
Control.Wire.Trans.Time
Control.Wire.Types
Control.Wire.Wire
-- Executable netwire-test
-- Build-depends:
-- base >= 4 && < 5,
-- containers,
-- netwire,
-- random,
-- time
-- Default-language: Haskell2010
-- Default-extensions:
-- Arrows
-- OverloadedStrings
-- RecursiveDo
-- TupleSections
-- Hs-source-dirs: test
-- Main-is: Main.hs
-- GHC-Options: -threaded -rtsopts