From b65baed9c4bed2f723b1c453d9b576085f6404ef Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Aug 2011 12:34:03 +0300 Subject: [PATCH] Library bumps --- yesod-auth/yesod-auth.cabal | 2 +- yesod-form/yesod-form.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 6b5cd177..bb79b961 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -41,7 +41,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.4 + , aeson >= 0.3.2.2 && < 0.3.2.10 , pwstore-fast >= 2.2 && < 3 exposed-modules: Yesod.Auth diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index 1134636f..7ad7b325 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -20,7 +20,7 @@ library , yesod-persistent >= 0.2 && < 0.3 , template-haskell , transformers >= 0.2.2 && < 0.3 - , data-default >= 0.2 && < 0.3 + , data-default >= 0.3 && < 0.4 , xss-sanitize >= 0.2.4 && < 0.3 , blaze-builder >= 0.2.1 && < 0.4 , network >= 2.2 && < 2.4 diff --git a/yesod-json/yesod-json.cabal b/yesod-json/yesod-json.cabal index 7fe6f4aa..61e80f4c 100644 --- a/yesod-json/yesod-json.cabal +++ b/yesod-json/yesod-json.cabal @@ -14,7 +14,7 @@ homepage: http://www.yesodweb.com/ library build-depends: base >= 4 && < 5 , yesod-core >= 0.9 && < 0.10 - , aeson >= 0.3.1.1 && < 0.4 + , aeson >= 0.3.1.1 && < 0.3.2.10 , text >= 0.8 && < 0.12 , hamlet >= 0.9 && < 0.10 , vector