tmp-postgres 1.20.0.0 → 1.20.0.1
raw patch · 3 files changed
+6/−3 lines, 3 files
Files
- CHANGELOG.md +3/−0
- src/Database/Postgres/Temp/Internal.hs +2/−2
- tmp-postgres.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,8 @@ Changelog for tmp-postgres +1.20.0.1+ #164 Documentation fixes.+ 1.20.0.0 #144 Make a CacheResources type #162 Make a Snapshot alias
src/Database/Postgres/Temp/Internal.hs view
@@ -162,7 +162,7 @@ Or using the provided lenses and your favorite lens library: @- custom = defaultConfig & 'planL' . 'postgresConfigFile' <>~+ custom = defaultConfig & 'planL' . 'postgresConfigFileL' <>~ [ "wal_level = replica" , "archive_mode = on" , "max_wal_senders = 2"@@ -208,7 +208,7 @@ or with lenses: @-'defaultPostgresConf' extra = 'defaultConfig' & 'planL' . 'postgresConfigFile' <>~ extra+'defaultPostgresConf' extra = 'defaultConfig' & 'planL' . 'postgresConfigFileL' <>~ extra @ @since 1.12.0.0
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name: tmp-postgres-version: 1.20.0.0+version: 1.20.0.1 synopsis: Start and stop a temporary postgres description: Start and stop a temporary postgres. See README.md homepage: https://github.com/jfischoff/tmp-postgres#readme