packages feed

tmp-postgres 1.23.0.0 → 1.23.0.1

raw patch · 3 files changed

+24/−20 lines, 3 files

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ Changelog for tmp-postgres +1.23.0.1+  #182 Doc Fixies+ 1.23.0.0   #175 Flatten Config   #178 Documentation Fixes
src/Database/Postgres/Temp.hs view
@@ -59,25 +59,6 @@   , verboseConfig   -- *** Custom Config builder helpers   , optionsToDefaultConfig-  -- *** 'Config'-  , Config (..)-  , prettyPrintConfig-  -- *** 'ProcessConfig'-  , ProcessConfig (..)-  -- *** 'EnvironmentVariables'-  , EnvironmentVariables (..)-  -- *** 'CommandLineArgs'-  , CommandLineArgs (..)-  -- *** 'DirectoryType'-  , DirectoryType (..)-  -- *** 'CompleteDirectoryType'-  , CompleteDirectoryType (..)-  -- *** 'Accum'-  , Accum (..)-  -- *** 'Logger'-  , Logger-  -- ** Internal events passed to the 'logger' .-  , Event (..)   -- ** Main resource handle   , DB   -- *** 'DB' accessors@@ -123,6 +104,26 @@   , cleanupSnapshot   -- * Errors   , StartError (..)+  -- * Configuration Types+  -- ** 'Config'+  , Config (..)+  , prettyPrintConfig+  -- ** 'ProcessConfig'+  , ProcessConfig (..)+  -- ** 'EnvironmentVariables'+  , EnvironmentVariables (..)+  -- ** 'CommandLineArgs'+  , CommandLineArgs (..)+  -- ** 'DirectoryType'+  , DirectoryType (..)+  -- ** 'CompleteDirectoryType'+  , CompleteDirectoryType (..)+  -- ** 'Accum'+  , Accum (..)+  -- ** 'Logger'+  , Logger+  -- ** Internal events passed to the 'logger' .+  , Event (..)   ) where import Database.Postgres.Temp.Internal import Database.Postgres.Temp.Internal.Core
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name:                tmp-postgres-version:             1.23.0.0+version:             1.23.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