diff --git a/charade.cabal b/charade.cabal
--- a/charade.cabal
+++ b/charade.cabal
@@ -1,5 +1,5 @@
 name:           charade
-version:        0.1.1.1
+version:        0.1.1.2
 synopsis:       Rapid prototyping websites with Snap and Heist
 description:
   Charade is a tool for rapid website prototyping using Heist and Snap.
@@ -36,11 +36,11 @@
   build-depends:
     QuickCheck          >= 2.5     && < 2.8,
     base                >= 4       && < 5,
-    configurator        >= 0.2     && < 0.3,
+    configurator        >= 0.2     && < 0.4,
     containers          >= 0.5     && < 0.6,
-    heist               >= 0.13    && < 0.14,
-    mtl                 >= 2.0     && < 2.2,
-    random              >= 1.0     && < 1.1,
+    heist               >= 0.13    && < 0.15,
+    mtl                 >= 2.0     && < 2.3,
+    random              >= 1.0     && < 1.2,
     snap                >= 0.13    && < 0.14,
     text                >= 0.11    && < 1.2,
     xmlhtml             >= 0.2     && < 0.3
@@ -57,20 +57,20 @@
   main-is: Charade.hs
 
   build-depends:
-    QuickCheck          >= 2.5     && < 2.8,
+    QuickCheck          >= 2.7     && < 2.8,
     base                >= 4       && < 5,
-    configurator        >= 0.2     && < 0.3,
+    configurator        >= 0.2     && < 0.4,
     containers          >= 0.5     && < 0.6,
     filepath            >= 1.3     && < 1.4,
-    lens                >= 3.8     && < 4.2,
-    heist               >= 0.13    && < 0.14,
-    mtl                 >= 2.0     && < 2.2,
-    random              >= 1.0     && < 1.1,
+    lens                >= 4.0     && < 4.5,
+    heist               >= 0.13    && < 0.15,
+    mtl                 >= 2.0     && < 2.3,
+    random              >= 1.0     && < 1.2,
     snap                >= 0.13    && < 0.14,
-    snap-core           >= 0.9     && < 0.11,
+    snap-core           >= 0.9     && < 0.10,
     snap-extras         >= 0.7     && < 0.10,
-    snap-server         >= 0.9     && < 0.11,
-    text                >= 0.11    && < 1.2,
+    snap-server         >= 0.9     && < 0.10,
+    text                >= 0.11    && < 1.3,
     xmlhtml             >= 0.2     && < 0.3
 
   ghc-prof-options: -prof -auto-all
