diff --git a/snaplet-redis.cabal b/snaplet-redis.cabal
--- a/snaplet-redis.cabal
+++ b/snaplet-redis.cabal
@@ -1,5 +1,5 @@
 Name:                snaplet-redis
-Version:             0.1.1
+Version:             0.1.1.1
 Synopsis:            Redis support for Snap Framework
 Description:         This package provides a snaplet which exposes
                      interface to Redis in-memory key-value storage as
@@ -30,8 +30,10 @@
 
   Build-depends:
     base                >= 4 && < 5,
+    configurator        == 0.2.*,
     lens                >= 3.8 && < 3.10,
     hedis               == 0.6.*,
     mtl                 >= 2 && < 3,
+    network             == 2.4.*,
     snap                >= 0.11 && < 0.13,
     transformers        == 0.3.*
diff --git a/src/Snap/Snaplet/RedisDB.hs b/src/Snap/Snaplet/RedisDB.hs
--- a/src/Snap/Snaplet/RedisDB.hs
+++ b/src/Snap/Snaplet/RedisDB.hs
@@ -12,7 +12,7 @@
     (RedisDB
     , runRedisDB
     , redisDBInit
-    , redisDBConf)
+    , redisDBInitConf)
 
 where
 
