packages feed

generator-0.5.2: generator.cabal

Name:                generator
Version:             0.5.2
Category:            Control
Synopsis:            Python-generators notation for creation of monadic lists
Description:
    Consumer and Generator monad transformers to create
    and iterate 'ListT's in a manner similar to
    Python generators.
License:             BSD3
License-file:        LICENSE
Author:              Yair Chuchem
Maintainer:          yairchu@gmail.com
Homepage:            http://github.com/yairchu/generator/tree
Cabal-Version:       >= 1.2
Stability:           experiemental
Build-type:          Simple

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base >= 3 && < 5, mtl, MaybeT, List
  Exposed-modules:     Control.Monad.DList,
                       Control.Monad.Consumer,
                       Control.Monad.Generator
  Ghc-Options:         -O2 -Wall