From 9524778ae7fe5adf1a888e31ba70e185926cf9eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 7 Jan 2015 17:56:02 +0200 Subject: [PATCH] Allow transformers 0.4 --- yesod-auth-oauth2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 73b7f9b..2349be0 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -39,7 +39,7 @@ library , yesod-auth >= 1.3 && < 1.5 , text >= 0.7 && < 2.0 , yesod-form >= 1.3 && < 1.5 - , transformers >= 0.2.2 && < 0.4 + , transformers >= 0.2.2 && < 0.5 , hoauth2 >= 0.4.1 && < 0.5 , lifted-base >= 0.2 && < 0.4 , uuid >= 1.3 && < 1.4