From f4593214987ecc895c37adfb456625946b611e93 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Nov 2011 15:44:47 +0200 Subject: [PATCH] aeson-native => aeson --- yesod-auth/yesod-auth.cabal | 2 +- yesod-core/yesod-core.cabal | 2 +- yesod-json/yesod-json.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index a9fc0e07..80a6288a 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -43,7 +43,7 @@ library , persistent-template >= 0.6 && < 0.7 , SHA >= 1.4.1.3 && < 1.6 , http-enumerator >= 0.6 && < 0.8 - , aeson-native >= 0.3.3.1 && < 0.4 + , aeson >= 0.3 , pwstore-fast >= 2.2 && < 3 exposed-modules: Yesod.Auth diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index ed378df9..0f81af3e 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -70,7 +70,7 @@ library -- for logger. Probably logger should be a separate package , strict-concurrency >= 0.2.4 && < 0.2.5 , vector >= 0.9 && < 0.10 - , aeson-native >= 0.3.3.1 && < 0.4 + , aeson >= 0.3 exposed-modules: Yesod.Content Yesod.Core diff --git a/yesod-json/yesod-json.cabal b/yesod-json/yesod-json.cabal index 7f4b919c..ac7baa4f 100644 --- a/yesod-json/yesod-json.cabal +++ b/yesod-json/yesod-json.cabal @@ -15,7 +15,7 @@ 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.3.1 && < 0.4 + , aeson >= 0.3 , text >= 0.8 && < 0.12 , shakespeare-js >= 0.10 && < 0.11 , vector >= 0.9