
John Goerzen
Please tell me if I should just go away or go to another list here.
How about libraries@haskell.org?
http://software.complete.org/missingh/wiki/TransitionPlanning
Your comments (and edits! -- must register/login first) are welcome.
About Text.ParserCombinators.Parsec.RFC2234 and the like. Although I can't see what this code does (no links on the wiki, and port 70 is firewalled here), I would be prepared to bet that you do not in fact define any new combinators for parsing. What you have there is a parser for a specific little language. Even if it is implemented using parsec combinators, it does not belong with them. Alternative suggestions: Language.RFC2234.Parse Language.ABNF.RFC2234.Parse Network.SMTP.RFC2821.Parse Network.Email.RFC2822.Parse Regards, Malcolm