Name: pipes-concurrency Version: 1.2.1 x-revision: 1 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2013 Gabriel Gonzalez Author: Gabriel Gonzalez Maintainer: Gabriel439@gmail.com Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues Synopsis: Concurrency for the pipes ecosystem Description: This library provides light-weight concurrency primitives for pipes, with the following features: . * /Simple API/: Use only five functions . * /Deadlock Safety/: Automatically avoid concurrency deadlocks . * /Flexibility/: Build many-to-many and cyclic communication topologies . * /Dynamic Graphs/: Add or remove readers and writers at any time . Import "Control.Proxy.Concurrent" to use the library. . Read "Control.Proxy.Concurrent.Tutorial" for an tutorial. Category: Control, Pipes, Proxies, Concurrency Source-Repository head Type: git Location: https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library Library Build-Depends: base >= 4 && < 4.11, pipes >= 3.0 && < 3.4, stm >= 2.4 && < 2.5 Exposed-Modules: Control.Proxy.Concurrent, Control.Proxy.Concurrent.Tutorial GHC-Options: -O2