diff --git a/src/Database/Postgres/Temp.hs b/src/Database/Postgres/Temp.hs
--- a/src/Database/Postgres/Temp.hs
+++ b/src/Database/Postgres/Temp.hs
@@ -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
diff --git a/tmp-postgres.cabal b/tmp-postgres.cabal
--- a/tmp-postgres.cabal
+++ b/tmp-postgres.cabal
@@ -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.
