Skip to content

Commit

Permalink
Explicitly import Control.Monad.Trans
Browse files Browse the repository at this point in the history
mtl-2.3.1 no longer re-exports this from another module
  • Loading branch information
TeofilC committed Feb 1, 2023
1 parent 6fdbf84 commit 3f04814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persistent-postgresql/Database/Persist/Postgresql.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import Control.Monad.Except
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
#if !MIN_VERSION_base(4,12,0)
import Control.Monad.Trans.Reader (withReaderT)
#endif
Expand Down

0 comments on commit 3f04814

Please sign in to comment.