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

Field instances for Scientific #143

Closed ivan-m closed 7 years ago

ivan-m commented 7 years ago

Would it be worth adding a dependency on scientific and having ToField/FromField instances for the Scientific type?

ivan-m commented 7 years ago

Actually, since this uses attoparsec which already supports scientific, no extra dependency will be required.