
21 Aug
2010
21 Aug
'10
5:17 p.m.
On Sat, Aug 21, 2010 at 3:36 PM, John Millikin
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