tmp-postgres 1.7.0.0 → 1.7.0.1
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
- src/Database/Postgres/Temp.hs +4/−4
- tmp-postgres.cabal +1/−1
src/Database/Postgres/Temp.hs view
@@ -66,15 +66,15 @@ , withRestart -- * Reloading the config , reloadConfig- -- * DB manipulation- , toConnectionString- , toConnectionOptions- , toDataDirectory -- * Errors , StartError (..) -- * Main resource handle , DB+ -- ** 'DB' manipulation , prettyPrintDB+ , toConnectionString+ , toConnectionOptions+ , toDataDirectory -- * Configuration Types , Config (..) , prettyPrintConfig
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name: tmp-postgres-version: 1.7.0.0+version: 1.7.0.1 synopsis: Start and stop a temporary postgres description: @tmp-postgres@ provides functions creating a temporary @postgres@ instance.