On Fri, Jun 17, 2011 at 1:27 AM, Felipe Almeida Lessa <felipe.lessa@gmail.com> wrote:
On Thu, Jun 16, 2011 at 6:21 PM, Dmitri O.Kondratiev <dokondr@gmail.com> wrote:
> This time I am looking for a simple CSV parser that supports commas and
> quotes. I have no time now to learn Parsec, so I hope to find something
> simple and easy to use.

1. Go to http://hackage.haskell.org/packages/archive/pkg-list.html

2. Press Ctrl+F, look for "CSV".

3. Find many packages [1,2,3,4,5]

4. See which one suits better your needs.

[1] http://hackage.haskell.org/package/bytestring-csv
[2] http://hackage.haskell.org/package/csv-enumerator
[3] http://hackage.haskell.org/package/spreadsheet
[4] http://hackage.haskell.org/package/csv
[5] http://hackage.haskell.org/package/ssv

--
Felipe.

Now I know where and how to search,  sorry for trivial questions )
Thanks!