ozataman / csv-conduit

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

Update tests, fix warnings and dependencies, upgrade to conduit-0.5.0 #2

Closed mkscrg closed 12 years ago

mkscrg commented 12 years ago
mkscrg commented 12 years ago

Added another commit that makes use of the generalized Pipe types, per the recommendation in the conduit Haddocks: http://hackage.haskell.org/packages/archive/conduit/0.5.0/doc/html/Data-Conduit.html#g:8

Sorry for the suddenness of these contributions. I wanted attoparsec-conduit-0.5.0 compatibility for some data processing work, and it snowballed a little.