[Haskell] Re: [Haskell-cafe] ANNOUNCE: enumerator, an alternative iteratee package

Paulo Tanimoto ptanimoto at gmail.com
Sat Aug 21 17:17:16 EDT 2010


On Sat, Aug 21, 2010 at 3:36 PM, John Millikin <jmillikin at gmail.com> wrote:
>
> This sort of conversion is trivial. For an example, I've uploaded the
> attoparsec-enumerator package at <
> http://hackage.haskell.org/package/attoparsec-enumerator > --
> iterParser is about 20 lines, excluding the module header and imports.

Cool, but is there a reason it won't work with version 0.2 you just released?

  build-depends:
    [...]
    , enumerator >= 0.1 && < 0.2

I noticed that when installing it.

Paulo


More information about the Haskell-Cafe mailing list