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.4
+Version:             0.1.4.1
 Synopsis:            Redis support for Snap Framework
 Description:         This package provides a snaplet which exposes
                      interface to Redis in-memory key-value storage as
@@ -32,10 +32,10 @@
   Build-depends:
     base                >= 4 && < 5,
     configurator        >= 0.2 && < 0.4,
-    lens                >= 3.8 && < 4.4,
+    lens                >= 3.8 && < 4.6,
     hedis               == 0.6.*,
     mtl                 >= 2 && < 3,
-    network             >= 2.4 && < 2.6,
+    network             >= 2.4 && < 2.7,
     snap                >= 0.11 && < 0.14,
     transformers        >= 0.3 && < 0.5,
-    text                >= 0.9 && < 1.2
+    text                >= 0.9 && < 1.3
