persistent-postgresql 2.13.5.1 → 2.13.5.2
raw patch · 3 files changed
+7/−1 lines, 3 filesdep ~postgresql-libpqdep ~postgresql-simple
Dependency ranges changed: postgresql-libpq, postgresql-simple
Files
- ChangeLog.md +5/−0
- Database/Persist/Postgresql.hs +1/−0
- persistent-postgresql.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,10 @@ # Changelog for persistent-postgresql +## 2.13.5.2++* [#1471](https://github.com/yesodweb/persistent/pull/1471)+ * Explicitly import `Control.Monad.Trans.lift` to support mtl-2.3.+ ## 2.13.5.1 * [#1459](https://github.com/yesodweb/persistent/pull/1459)
Database/Persist/Postgresql.hs view
@@ -83,6 +83,7 @@ import Control.Monad.IO.Unlift (MonadIO(..), MonadUnliftIO) import Control.Monad.Logger (MonadLoggerIO, runNoLoggingT) import Control.Monad.Trans.Reader (ReaderT(..), asks, runReaderT)+import Control.Monad.Trans.Class (lift) #if !MIN_VERSION_base(4,12,0) import Control.Monad.Trans.Reader (withReaderT) #endif
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 2.13.5.1+version: 2.13.5.2 license: MIT license-file: LICENSE author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>