Name: coroutine-enumerator Version: 0.1.1 Cabal-Version: >= 1.2 Build-Type: Simple Synopsis: Bridge between the monad-coroutine and enumerator packages. Category: Concurrency, Enumerator Tested-with: GHC Description: This package acts as a bidirectional bridge between two monad transformers: the Data.Enumerator.Iteratee in the enumerator package, and the Control.Monad.Coroutine.Coroutine in the monad-coroutine package. License: GPL License-file: LICENSE.txt Copyright: (c) 2010-2011 Mario Blazevic Author: Mario Blazevic Maintainer: blamario@yahoo.com Homepage: http://trac.haskell.org/SCC/wiki/coroutine-enumerator Extra-source-files: Test/TestEnumerator.hs -- Source-repository head -- type: darcs -- location: http://code.haskell.org/SCC/ Library Exposed-Modules: Control.Monad.Coroutine.Enumerator Build-Depends: base < 5, monad-coroutine >= 0.6 && < 0.8, enumerator >= 0.4 && < 0.5 GHC-prof-options: -auto-all