packages feed

hasql-pool 1.3.0.2 → 1.3.0.3

raw patch · 2 files changed

+1/−5 lines, 2 files

Files

hasql-pool.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-pool-version: 1.3.0.2+version: 1.3.0.3 category: Hasql, Database, PostgreSQL synopsis: Pool of connections for Hasql homepage: https://github.com/nikita-volkov/hasql-pool
src/library/other/Hasql/Pool/Config/Setting.hs view
@@ -51,8 +51,6 @@  -- | Connection string. ----- You can use 'Hasql.Connection.settings' to construct it.--- -- By default it is: -- -- > "postgresql://postgres:postgres@localhost:5432/postgres"@@ -64,8 +62,6 @@ -- -- Gets used each time a connection gets established by the pool. -- This may be useful for some authorization models.------ You can use 'Hasql.Connection.settings' to construct it. -- -- By default it is: --