mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-06 19:59:02 +02:00
Relax upper bounds
This commit is contained in:
parent
77eaa8eb96
commit
5b7fb88ac5
@ -18,10 +18,10 @@ dependencies:
|
|||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
dependencies:
|
dependencies:
|
||||||
- aeson >=0.6 && <1.4
|
- aeson >=0.6 && <1.5
|
||||||
- bytestring >=0.9.1.4
|
- bytestring >=0.9.1.4
|
||||||
- errors
|
- errors
|
||||||
- hoauth2 >=1.3.0 && <1.8
|
- hoauth2 >=1.3.0 && <1.9
|
||||||
- http-client >=0.4.0 && <0.6
|
- http-client >=0.4.0 && <0.6
|
||||||
- http-conduit >=2.0 && <3.0
|
- http-conduit >=2.0 && <3.0
|
||||||
- http-types >=0.8 && <0.13
|
- http-types >=0.8 && <0.13
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user