packages feed

coroutine-iteratee-0.1: coroutine-iteratee.cabal

Name:                coroutine-iteratee
Version:             0.1
Cabal-Version:       >= 1.2
Build-Type:          Simple
Synopsis:            Bridge between the monad-coroutine and iteratee packages.
Category:            Concurrency, Data
Tested-with:         GHC
Description:

  This package acts as a bidirectional bridge between two monad transformers: the Data.Iteratee.Base.Iteratee in the
  iteratee package, and the Control.Monad.Coroutine.Coroutine in the monad-coroutine package.
  
License:             GPL
License-file:        LICENSE.txt
Copyright:           (c) 2010 Mario Blazevic
Author:              Mario Blazevic
Maintainer:          blamario@yahoo.com
Homepage:            http://trac.haskell.org/SCC/wiki/coroutine-iteratee
Extra-source-files:  TestIteratee.hs
-- Source-repository head
--   type:              darcs
--   location:          http://code.haskell.org/SCC/

Library
  Exposed-Modules:   Control.Monad.Coroutine.Iteratee
  Build-Depends:     base < 5, monad-coroutine >= 0.6 && < 0.7, iteratee >= 0.4 && < 0.7
  GHC-prof-options:  -auto-all