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
223 stars 107 forks source link

Drop compatibility with old versions of bytestring #180

Closed andrewthad closed 4 years ago

andrewthad commented 4 years ago

This fixes https://github.com/haskell-hvr/cassava/issues/179, but it's not a good fix. I'm putting this up mostly so that others can find it if they run into the same issue.

hvr commented 4 years ago

I just realised why you were running into problems; see my comment at https://github.com/haskell-hvr/cassava/issues/179#issuecomment-573395544 for a proper workaround/fix.