packages feed

yam-transaction-postgresql 0.1.10 → 0.1.11

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

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