diff --git a/multipool.cabal b/multipool.cabal
--- a/multipool.cabal
+++ b/multipool.cabal
@@ -2,12 +2,13 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 94867a7572b048dffde7b9f36b385a6ca96a42467c6d513f22a25f60ed82c231
+-- hash: 94857348efe4280780cf43aafdfa4d309b7f052c478231a8894f01882519533b
 
 name:           multipool
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Generalized system for reading and writing to distributed systems that have primary/replica topologies.
-description:    Please see the README on GitHub at <https://github.com/githubuser/multipool#readme>
+description:    Please see the README on GitHub at <https://github.com/iand675/multipool#readme>
+category:       Database
 homepage:       https://github.com/iand675/multipool#readme
 bug-reports:    https://github.com/iand675/multipool/issues
 author:         Ian Duncan
@@ -36,13 +37,9 @@
       base >=4.7 && <5
     , bytestring
     , hashable
-    , hedis
-    , mmorph
     , monad-logger
     , mtl
     , persistent
-    , persistent-postgresql
-    , postgresql-common-persistent
     , resource-pool
     , text
     , unordered-containers
@@ -60,14 +57,10 @@
       base >=4.7 && <5
     , bytestring
     , hashable
-    , hedis
-    , mmorph
     , monad-logger
     , mtl
     , multipool
     , persistent
-    , persistent-postgresql
-    , postgresql-common-persistent
     , resource-pool
     , text
     , unordered-containers
diff --git a/src/Data/MultiPool.hs b/src/Data/MultiPool.hs
--- a/src/Data/MultiPool.hs
+++ b/src/Data/MultiPool.hs
@@ -24,8 +24,6 @@
 import Data.IORef
 -- Todo: separate out implementations
 import Data.ByteString (ByteString)
-import Database.Persist.Postgresql
-import Database.Persist.Postgresql.Common
 
 newtype InstanceName backend = InstanceName
   { rawInstanceName :: Hashed Text
