[Haskell-cafe] csv library

Jaap Weel jaapweel at gmail.com
Wed Jun 20 08:38:59 EDT 2007


This is an announcement of something so tiny (about 100 lines of code
including comments), I'd feel bad posting it to the haskell list, so
it'll go on haskell-cafe. This was pretty much just a project for me
to learn cabal and hackage, but it may very well actually come in
useful some day.

                              csv 0.1.0
                        CSV loader and dumper

 This library parses and dumps documents that are formatted according
 to RFC 4180, "The common Format and MIME Type for Comma-Separated
 Values (CSV) Files". This format is used, among many other things, as
 a lingua franca for spreadsheets and for certain web services.

 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/csv-0.1.0

--  


   /jaap







More information about the Haskell-Cafe mailing list