haskell-hvr / cassava

A CSV parsing and encoding library optimized for ease of use and high performance
http://hackage.haskell.org/package/cassava
BSD 3-Clause "New" or "Revised" License
222 stars 105 forks source link

Parameterized record parsers. take 3 #167

Closed nkpart closed 5 years ago

nkpart commented 5 years ago

This is a rebased version of #105.

It removes the change which made Data.Csv.Conversion public, as that's not needed with the cassava api as it stands today.

Tiny example included as well.

Thank you @jb55 for doing all the work! Let's get this over the line.

Closes #67

hvr commented 5 years ago

It's curious this PR is exactly 100 numbers above the issue it resolves :-)