packages feed

yam-transaction-postgresql 0.1.7 → 0.1.8

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

src/Yam/Transaction/Postgresql.hs view
@@ -15,5 +15,5 @@   connector _ logger ds a = runLoggingT (withPostgresqlPool (cs $ conn ds) (thread ds) (lift.a)) logger  -postgresqlProvider :: MonadTransaction m => DataSourceProvider m a+postgresqlProvider :: (MonadTransaction m, MonadThrow m) => DataSourceProvider m a postgresqlProvider = ("postgresql", connector (Proxy :: Proxy PostgreSQL))
yam-transaction-postgresql.cabal view
@@ -1,5 +1,5 @@ name:                yam-transaction-postgresql-version:             0.1.7+version:             0.1.8 description:         Transaction Postgresql Plugin homepage:            https://github.com/leptonyu/yam/tree/master/yam-transaction-postgresql#readme license:             BSD3