mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-12 07:56:32 +01:00
Fix lower bound on yesod-auth
This commit is contained in:
parent
67590fc758
commit
d3ba431fdc
@ -26,7 +26,7 @@ library
|
|||||||
, http-types >= 0.8 && < 0.9
|
, http-types >= 0.8 && < 0.9
|
||||||
, aeson >= 0.6 && < 0.8
|
, aeson >= 0.6 && < 0.8
|
||||||
, yesod-core >= 1.2 && < 1.4
|
, yesod-core >= 1.2 && < 1.4
|
||||||
, yesod-auth >= 1.2 && < 1.4
|
, yesod-auth >= 1.3 && < 1.4
|
||||||
, text >= 0.7 && < 2.0
|
, text >= 0.7 && < 2.0
|
||||||
, yesod-form >= 1.3 && < 1.4
|
, yesod-form >= 1.3 && < 1.4
|
||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user