From 9fcf00f57e708cc6200be292fadac4f82d2ee7b7 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 4 Jan 2016 12:32:45 -0500 Subject: [PATCH] Relax upper bounds so we are stack-compatible - aeson-0.10 - hoauth2-0.5 - http-types-0.9 Fixes #48 --- yesod-auth-oauth2.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 8a1a333..3e469cc 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -26,8 +26,8 @@ library , bytestring >= 0.9.1.4 , http-client >= 0.4.0 && < 0.5 , http-conduit >= 2.0 && < 3.0 - , http-types >= 0.8 && < 0.9 - , aeson >= 0.6 && < 0.10 + , http-types >= 0.8 && < 0.10 + , aeson >= 0.6 && < 0.11 , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4 , random @@ -35,7 +35,7 @@ library , text >= 0.7 && < 2.0 , yesod-form >= 1.3 && < 1.5 , transformers >= 0.2.2 && < 0.5 - , hoauth2 >= 0.4.7 && < 0.5 + , hoauth2 >= 0.4.7 && < 0.6 , lifted-base >= 0.2 && < 0.4 , vector >= 0.10 && < 0.12