Skip to content

Commit 120104b

Browse files
paul-rousejferris
authored andcommitted
Relax bound on transformers for GHC 8
1 parent 45e74cd commit 120104b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yesod-auth-oauth2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
, yesod-auth >= 1.3 && < 1.5
3939
, text >= 0.7 && < 2.0
4040
, yesod-form >= 1.3 && < 1.5
41-
, transformers >= 0.2.2 && < 0.5
41+
, transformers >= 0.2.2 && < 0.6
4242
, hoauth2 >= 0.4.7 && < 0.6
4343
, lifted-base >= 0.2 && < 0.4
4444
, vector >= 0.10 && < 0.12

0 commit comments

Comments
 (0)