Tighten upper bound on hauth2

We need to avoid 1.9, where authGetBS changes type. This was the case
until 0036d5f, where it was changed unintentionally.

Fixes #135.
This commit is contained in:
patrick brisbin 2020-08-23 13:36:48 -04:00
parent 27cad251ab
commit 236d0f4b10

View File

@ -26,7 +26,7 @@ library:
- bytestring >=0.9.1.4
- cryptonite
- errors
- hoauth2 >=1.7.0 && <1.15
- hoauth2 >=1.7.0 && <1.9
- http-client >=0.4.0 && <0.7
- http-conduit >=2.0 && <3.0
- http-types >=0.8 && <0.13