mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-08-31 08:53:50 +02:00
Relax upper bounds on aeson and http-client
This commit is contained in:
parent
ae7b625c0b
commit
d9ce2d334c
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Tom Streller
|
author: Tom Streller
|
||||||
@ -28,10 +28,10 @@ library
|
|||||||
|
|
||||||
build-depends: base >= 4.5 && < 5
|
build-depends: base >= 4.5 && < 5
|
||||||
, bytestring >= 0.9.1.4
|
, bytestring >= 0.9.1.4
|
||||||
, http-client >= 0.4.0 && < 0.5
|
, http-client >= 0.4.0 && < 0.6
|
||||||
, http-conduit >= 2.0 && < 3.0
|
, http-conduit >= 2.0 && < 3.0
|
||||||
, http-types >= 0.8 && < 0.10
|
, http-types >= 0.8 && < 0.10
|
||||||
, aeson >= 0.6 && < 0.12
|
, aeson >= 0.6 && < 1.1
|
||||||
, yesod-core >= 1.2 && < 1.5
|
, yesod-core >= 1.2 && < 1.5
|
||||||
, authenticate >= 1.3.2.7 && < 1.4
|
, authenticate >= 1.3.2.7 && < 1.4
|
||||||
, random
|
, random
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user