diff --git a/yesod-json.cabal b/yesod-json.cabal
--- a/yesod-json.cabal
+++ b/yesod-json.cabal
@@ -1,5 +1,5 @@
 name:            yesod-json
-version:         1.1.2
+version:         1.1.2.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -14,21 +14,21 @@
 
 library
     build-depends:   base                  >= 4        && < 5
-                   , yesod-core            >= 1.1      && < 1.2
-                   , yesod-routes          >= 1.1      && < 1.2
+                   , yesod-core            >= 1.1
+                   , yesod-routes          >= 1.1
                    , aeson                 >= 0.5
-                   , text                  >= 0.8      && < 1.0
-                   , shakespeare-js        >= 1.0      && < 1.2
+                   , text                  >= 0.8
+                   , shakespeare-js        >= 1.0
                    , vector                >= 0.9
                    , containers            >= 0.2
                    , blaze-builder
-                   , attoparsec-conduit    >= 0.5      && < 0.6
-                   , conduit               >= 0.5      && < 0.6
-                   , transformers          >= 0.2.2    && < 0.4
-                   , wai                   >= 1.3      && < 1.4
-                   , wai-extra             >= 1.3      && < 1.4
+                   , attoparsec-conduit    >= 0.5
+                   , conduit               >= 0.5
+                   , transformers          >= 0.2.2
+                   , wai                   >= 1.3
+                   , wai-extra             >= 1.3
                    , bytestring            >= 0.9
-                   , safe                  >= 0.2      && < 0.4
+                   , safe                  >= 0.2
     exposed-modules: Yesod.Json
     ghc-options:     -Wall
 
