lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Support for thyme #237

Open mithrandi opened 6 years ago

mithrandi commented 6 years ago

thyme supplies alternative UTCTime etc. types to the ones from time; it would be nice if they could be supported too.

lpsmith commented 5 years ago

It might be nice, but it would also increase the dependency graph of postgresql-simple. Unfortunately, Haskell doesn't really have a nice way to deal with this sort of issue, unless something has changed recently that I'm not aware of. (Which is quite possible.)