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:         0.2.1
+version:         0.2.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -13,13 +13,13 @@
 description:     Generate content for Yesod using the aeson package.
 
 library
-    build-depends:   base                      >= 4        && < 5
-                   , yesod-core                >= 0.9      && < 0.10
-                   , aeson-native              >= 0.3.2.11 && < 0.4
-                   , text                      >= 0.8      && < 0.12
-                   , shakespeare-js            >= 0.10     && < 0.11
-                   , vector
-                   , containers
+    build-depends:   base                 >= 4        && < 5
+                   , yesod-core           >= 0.9      && < 0.10
+                   , aeson                >= 0.3
+                   , text                 >= 0.8      && < 0.12
+                   , shakespeare-js       >= 0.10     && < 0.11
+                   , vector               >= 0.9
+                   , containers           >= 0.2      && < 0.5
     exposed-modules: Yesod.Json
     ghc-options:     -Wall
 
