Name: generator Version: 0.5.4 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, List >= 0.4 Exposed-modules: Control.Monad.Generator Ghc-Options: -O2 -Wall