From 6bf8b44acb07d6c24067a1028da9fcdf02544407 Mon Sep 17 00:00:00 2001 From: Andrew Darqui Date: Tue, 18 Jul 2017 04:28:39 -0400 Subject: [PATCH] Version bumps for stack 8.5 / ghc 8.x --- 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 43b921f..ee9dcce 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -28,10 +28,10 @@ library build-depends: base >= 4.5 && < 5 , bytestring >= 0.9.1.4 - , http-client >= 0.4.0 && < 0.5 + , http-client >= 0.4.0 && < 0.6 , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.10 - , aeson >= 0.6 && < 0.12 + , aeson >= 0.6 && < 1.1.0.0 , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4 , random