packages feed

generator-0.5.5: generator.cabal

Name:                generator
Version:             0.5.5
Category:            Control
Synopsis:            Python-generators notation for creation of monadic lists
Description:
    Generator monad transformer to create
    monadic lists 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, transformers >= 0.2, List >= 0.4
  Exposed-modules:     Control.Monad.Generator
  Ghc-Options:         -O2 -Wall