diff --git a/snaplet-mysql-simple.cabal b/snaplet-mysql-simple.cabal
--- a/snaplet-mysql-simple.cabal
+++ b/snaplet-mysql-simple.cabal
@@ -1,5 +1,5 @@
 name:           snaplet-mysql-simple
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       mysql-simple snaplet for the Snap Framework
 description:    This snaplet contains support for using the MariaDB and MySQL
                 database with a Snap Framework application via the mysql-simple
@@ -40,17 +40,17 @@
     bytestring                 >= 0.9.1   && < 0.11,
     clientsession              >= 0.7.2   && < 0.10,
     containers                 >= 0.4     && < 0.6,
-    configurator               >= 0.2     && < 0.3,
+    configurator               >= 0.2     && < 0.4,
     errors                     >= 1.4     && < 1.5,
-    lens                       >= 3.0     && < 4.2,
+    lens                       >= 3.0     && < 4.5,
     MonadCatchIO-transformers  >= 0.3     && < 0.4,
     mtl                        >= 2       && < 3,
     mysql-simple               >= 0.2     && < 0.3,
     mysql                      >= 0.1     && < 0.2,
     resource-pool-catchio      >= 0.2     && < 0.3,
     snap                       >= 0.10    && < 0.14,
-    text                       >= 0.11.2  && < 1.2,
-    transformers               >= 0.2     && < 0.4,
+    text                       >= 0.11.2  && < 1.3,
+    transformers               >= 0.2     && < 0.5,
     unordered-containers       >= 0.2     && < 0.3
 
 
