yesod-auth-oauth: Allow transformers == 0.5*

This commit is contained in:
Erik de Castro Lopo 2016-04-18 12:15:15 +10:00
parent 34e0c8b638
commit bd9197fc1e

View File

@ -27,7 +27,7 @@ library
, yesod-auth >= 1.4 && < 1.5
, text >= 0.7
, yesod-form >= 1.4 && < 1.5
, transformers >= 0.2.2 && < 0.5
, transformers >= 0.2.2 && < 0.6
, lifted-base >= 0.2 && < 0.3
exposed-modules: Yesod.Auth.OAuth
ghc-options: -Wall