pipes-fluid-0.6.0.1: pipes-fluid.cabal
name: pipes-fluid
version: 0.6.0.1
synopsis: Reactively combines Producers so that a value is yielded as soon as possible.
description: Reactively combines Producers so that a value is yielded as soon as possible.
homepage: https://github.com/louispan/pipes-fluid#readme
license: BSD3
license-file: LICENSE
author: Louis Pan
maintainer: louis@pan.me
copyright: 2016 Louis Pan
category: Control, Pipes, FRP
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.1
library
hs-source-dirs: src
exposed-modules: Pipes.Fluid
Pipes.Fluid.Merge
Pipes.Fluid.Impulse
Pipes.Fluid.ImpulseIO
Pipes.Fluid.Simultaneous
build-depends: base >= 4.7 && < 5
, constraints >= 0.4
, lens >= 4
, lifted-async >= 0.9
, monad-control >= 1
, pipes >= 4
, semigroups >= 0.18
, stm >= 2.4
, transformers >= 0.4
, transformers-base >= 0.4
, these >= 0.7
ghc-options: -Wall
default-language: Haskell2010
test-suite pipes-fluid-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4.7 && < 5
, async >= 2
, constraints >= 0.4
, lens >= 4
, hspec >= 2
, lifted-async >= 0.8
, mmorph >= 1
, monad-control >= 1
, mtl >= 2
, pipes >= 4
, pipes-concurrency >= 2
, pipes-fluid
, pipes-misc >= 0.5
, stm >= 2.4
, transformers >= 0.4
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/louispan/pipes-fluid