ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 33 forks source link

Updated Data.CSV.Conduit to use the changed Data.Conduit api from versio... #9

Closed BJTerry closed 11 years ago

BJTerry commented 11 years ago

Updated Data.CSV.Conduit to use the changed Data.Conduit api from versions >1.0. Bumped version to 0.6 because of the change in dependencies, but the interface is actually unchanged.

This addresses issue #8.

ozataman commented 11 years ago

Great, thank you. The version bump was unnecessary as 0.5 was getting ready for next release. I'll revert that piece, no problem.