diff --git a/multipool-postgresql-simple.cabal b/multipool-postgresql-simple.cabal
--- a/multipool-postgresql-simple.cabal
+++ b/multipool-postgresql-simple.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 304274c5ff58ce1332b1894a0b87afacaf378ec9fbd51f7a53ce9450e08dbdde
+-- hash: e42319132652ad23030c5f6a93f113a4b36f2ca1a07bd8bdd2e3dab102c9b922
 
 name:           multipool-postgresql-simple
-version:        0.1.0.1
+version:        0.1.0.2
 description:    Please see the README on GitHub at <https://github.com/iand675/multipool-postgresql-simple#readme>
 homepage:       https://github.com/iand675/multipool#readme
 bug-reports:    https://github.com/iand675/multipool/issues
diff --git a/src/Data/MultiPool/PostgreSQLSimple.hs b/src/Data/MultiPool/PostgreSQLSimple.hs
--- a/src/Data/MultiPool/PostgreSQLSimple.hs
+++ b/src/Data/MultiPool/PostgreSQLSimple.hs
@@ -11,6 +11,8 @@
 
 module Data.MultiPool.PostgreSQLSimple
     ( MultiPoolBackend(..)
+    , initMultiPool
+    , initMultiPool'
     ) where
 
 import Control.Exception
