From 1361bdf90eae7e2545e5e19ef65fd4c830e0db18 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 22 Aug 2011 17:03:32 +0300 Subject: [PATCH] aeson-native --- yesod-auth/yesod-auth.cabal | 2 +- yesod-json/yesod-json.cabal | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 3436a8d4..a51db79f 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -42,7 +42,7 @@ library , persistent-template >= 0.6 && < 0.7 , SHA >= 1.4.1.3 && < 1.5 , http-enumerator >= 0.6 && < 0.7 - , aeson >= 0.3.2.2 && < 0.3.2.10 + , aeson-native >= 0.3.2.11 && < 0.4 , pwstore-fast >= 2.2 && < 3 exposed-modules: Yesod.Auth diff --git a/yesod-json/yesod-json.cabal b/yesod-json/yesod-json.cabal index e291d9fe..cb690df7 100644 --- a/yesod-json/yesod-json.cabal +++ b/yesod-json/yesod-json.cabal @@ -14,12 +14,11 @@ homepage: http://www.yesodweb.com/ library build-depends: base >= 4 && < 5 , yesod-core >= 0.9 && < 0.10 - , aeson >= 0.3.1.1 && < 0.3.2.10 + , aeson-native >= 0.3.2.11 && < 0.4 , text >= 0.8 && < 0.12 , shakespeare-js >= 0.10 && < 0.11 , vector , containers - , blaze-textual >= 0.1 && < 0.2 exposed-modules: Yesod.Json ghc-options: -Wall