From e4e4453108e0e82531dd713585d157c4ca774d7d Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 9 Jun 2016 10:17:28 +0100 Subject: [PATCH] Relax bound on transformers for GHC 8 --- 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 1d6f815..2e508cd 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -1,5 +1,5 @@ name: yesod-auth-oauth2 -version: 0.1.8 +version: 0.1.8.1 license: BSD3 license-file: LICENSE author: Tom Streller @@ -38,7 +38,7 @@ library , yesod-auth >= 1.3 && < 1.5 , text >= 0.7 && < 2.0 , yesod-form >= 1.3 && < 1.5 - , transformers >= 0.2.2 && < 0.5 + , transformers >= 0.2.2 && < 0.6 , hoauth2 >= 0.4.7 && < 0.6 , lifted-base >= 0.2 && < 0.4 , vector >= 0.10 && < 0.12