valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

SeldaT uses a ReaderT instead of StateT #167

Closed YPares closed 3 years ago

YPares commented 3 years ago

Closes #161

valderman commented 3 years ago

Great fix; the StateT part is IIRC a leftover from the experimental automatic caching, which wasn't removed when it was supposed to. :P