ozataman / csv-conduit

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

Compile fail with 0.6.2 #10

Closed snoyberg closed 10 years ago

snoyberg commented 10 years ago

src/Data/CSV/Conduit/Conversion/Internal.hs:15:18: Could not find module `Data.CSV.Conduit.Monoid' Use -v to see a list of the files searched for.

ozataman commented 10 years ago

How embarrassing. Thanks for the report - fixed in 0.6.2.1. Pushing to Hackage now.