From 5cc9f602ce8994e363782af13fe7cf07fda76273 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 30 Sep 2014 11:05:07 -0700 Subject: [PATCH] bump version bounds to allow yesod 1.4 --- yesod-auth-oauth2.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index b0c1db8..e7bc2aa 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -1,5 +1,5 @@ name: yesod-auth-oauth2 -version: 0.0.9 +version: 0.0.10 license: BSD3 license-file: LICENSE author: Tom Streller @@ -34,11 +34,11 @@ library , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.9 , aeson >= 0.6 && < 0.8 - , yesod-core >= 1.2 && < 1.4 + , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4 - , yesod-auth >= 1.3 && < 1.4 + , yesod-auth >= 1.3 && < 1.5 , text >= 0.7 && < 2.0 - , yesod-form >= 1.3 && < 1.4 + , yesod-form >= 1.3 && < 1.5 , transformers >= 0.2.2 && < 0.4 , hoauth2 >= 0.4.1 && < 0.5 , lifted-base >= 0.2 && < 0.4