Skip to content

Commit 34db743

Browse files
committed
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.
1 parent 85400ab commit 34db743

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
@@ -33,7 +33,7 @@ library
3333
build-depends: bytestring >= 0.9.1.4
3434
, http-conduit >= 2.0 && < 3.0
3535
, http-types >= 0.8 && < 0.9
36-
, aeson >= 0.6 && < 0.8
36+
, aeson >= 0.6 && < 0.9
3737
, yesod-core >= 1.2 && < 1.5
3838
, authenticate >= 1.3.2.7 && < 1.4
3939
, yesod-auth >= 1.3 && < 1.5

0 commit comments

Comments
 (0)