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

Split db compat #144

Open pseudonom opened 7 years ago

pseudonom commented 7 years ago

Okay, I excised (almost) all references to SqlPersistT. It compiles with both old persistent and new persistent when I toggle the version in extra-deps.

pseudonom commented 7 years ago

Intended to resolve:

https://github.com/prowdsponsor/esqueleto/pull/141 https://github.com/prowdsponsor/esqueleto/pull/134

paul-rouse commented 7 years ago

Also I just checked tests (sqlite only) with ghc8 and resolver: nightly-2016-07-19 - seems fine!

ilovezfs commented 7 years ago

Any timeline on when this may be merged?

peti commented 7 years ago

Ping?