name: enumerator version: 0.1.1 synopsis: Implementation of Oleg Kiselyov's left-fold enumerators license: MIT license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com copyright: Copyright (c) John Millikin 2010 build-type: Simple cabal-version: >=1.6 category: Data stability: experimental homepage: http://ianen.org/haskell/enumerator/ bug-reports: mailto:jmillikin@gmail.com tested-with: GHC==6.12.1 description: Based on Oleg Kiselyov's IterateeM: extra-source-files: Examples/*.hs source-repository head type: darcs location: http://ianen.org/haskell/enumerator/ library ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: hs build-depends: base >=3 && < 5 , transformers >= 0.2 && < 0.3 , bytestring >= 0.9 && < 0.10 exposed-modules: Data.Enumerator Data.Enumerator.IO