tmp-postgres 1.25.0.1 → 1.26.0.0
raw patch · 3 files changed
+5/−3 lines, 3 files
Files
- CHANGELOG.md +3/−0
- src/Database/Postgres/Temp.hs +1/−2
- tmp-postgres.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,8 @@ Changelog for tmp-postgres +1.26.0.0+ #187 Remove stopPostgresGracefully from public interface+ 1.25.0.1 #188 Document all fields of Config
src/Database/Postgres/Temp.hs view
@@ -78,8 +78,7 @@ , stop , restart , stopPostgres- , stopPostgresGracefully- -- * Making Starting Faster+ -- * Faster Startup -- $makingItFaster -- ** @initdb@ Data Directory Caching -- *** Exception safe interface
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name: tmp-postgres-version: 1.25.0.1+version: 1.26.0.0 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