persistent-postgresql 2.1.2 → 2.1.2.1
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- Database/Persist/Postgresql.hs +1/−1
- persistent-postgresql.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.1.2.1++Documentation typo fix+ ## 2.1.1 Added `FromJSON` instance for `PostgresConf`.
Database/Persist/Postgresql.hs view
@@ -92,7 +92,7 @@ -- | Create a PostgreSQL connection pool. Note that it's your--- responsability to properly close the connection pool when+-- responsibility to properly close the connection pool when -- unneeded. Use 'withPostgresqlPool' for an automatic resource -- control. createPostgresqlPool :: (MonadIO m, MonadBaseControl IO m, MonadLogger m)
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 2.1.2+version: 2.1.2.1 license: MIT license-file: LICENSE author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>