prowdsponsor / esqueleto

Bare bones, type-safe EDSL for SQL queries on persistent backends.
http://hackage.haskell.org/package/esqueleto
BSD 3-Clause "New" or "Revised" License
177 stars 51 forks source link

Adjust for upcoming split db change #134

Closed pseudonom closed 7 years ago

pseudonom commented 8 years ago

Adjusts esqueleto to work with upcoming split read and write DBs. https://github.com/yesodweb/persistent/pull/546

pseudonom commented 8 years ago

I think this should be good to go now? Does it all make sense?

pseudonom commented 8 years ago

Okay, bumped to use the newly released persistent-2.5.

BartAdv commented 8 years ago

Turns out, this allows to build with GHC-8.0.1 (with some warnings which I do not know if were present previously). Would be great to have it merged then.