On Fri, Feb 27, 2009 at 7:27 AM, minh thu <noteed@gmail.com> wrote:
 
I mean it is straightforward to rewrite attoparsec to use Text instead of
(Lazy and Strict) Bytestring, but is it the way to go ?

My first priority is to write Data.Text.Lazy, since I don't think that it makes sense to layer a parsing library atop the current Data.Text module. After that, porting Parsec3 and attoparsec should just be a matter of some keyboarding.