mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-30 04:40:25 +01:00
Bump aeson version requirement
Yesod 1.4 uses Aeson 0.8.0.1, which makes this library incompatible. Bumping this to 0.9 matches Yesod's requirements.
This commit is contained in:
parent
85400ab0a9
commit
34db7433b7
@ -33,7 +33,7 @@ library
|
||||
build-depends: bytestring >= 0.9.1.4
|
||||
, http-conduit >= 2.0 && < 3.0
|
||||
, http-types >= 0.8 && < 0.9
|
||||
, aeson >= 0.6 && < 0.8
|
||||
, aeson >= 0.6 && < 0.9
|
||||
, yesod-core >= 1.2 && < 1.5
|
||||
, authenticate >= 1.3.2.7 && < 1.4
|
||||
, yesod-auth >= 1.3 && < 1.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user