mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-07 18:33:50 +02:00
Relax bound on transformers for GHC 8
This commit is contained in:
parent
45e74cd258
commit
120104b534
@ -38,7 +38,7 @@ library
|
|||||||
, yesod-auth >= 1.3 && < 1.5
|
, yesod-auth >= 1.3 && < 1.5
|
||||||
, text >= 0.7 && < 2.0
|
, text >= 0.7 && < 2.0
|
||||||
, yesod-form >= 1.3 && < 1.5
|
, yesod-form >= 1.3 && < 1.5
|
||||||
, transformers >= 0.2.2 && < 0.5
|
, transformers >= 0.2.2 && < 0.6
|
||||||
, hoauth2 >= 0.4.7 && < 0.6
|
, hoauth2 >= 0.4.7 && < 0.6
|
||||||
, lifted-base >= 0.2 && < 0.4
|
, lifted-base >= 0.2 && < 0.4
|
||||||
, vector >= 0.10 && < 0.12
|
, vector >= 0.10 && < 0.12
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user