From 6f6dbcc74dd5c5eb3c9f0e89bb827e645bcb9540 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 13 Dec 2017 09:59:59 -0500 Subject: [PATCH] Relax aeson and hoauth2 upper bounds --- yesod-auth-oauth2.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index dd83976..21897e9 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -31,7 +31,7 @@ library , http-client >= 0.4.0 && < 0.6 , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.10 - , aeson >= 0.6 && < 1.2 + , aeson >= 0.6 && < 1.3 , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4 , random @@ -39,7 +39,7 @@ library , text >= 0.7 && < 2.0 , yesod-form >= 1.3 && < 1.5 , transformers >= 0.2.2 && < 0.6 - , hoauth2 >= 1.3.0 && < 1.4 + , hoauth2 >= 1.3.0 && < 1.6 , lifted-base >= 0.2 && < 0.4 , vector >= 0.10 && < 0.13 , uri-bytestring