Relax upper bounds so we are stack-compatible

- aeson-0.10
- hoauth2-0.5
- http-types-0.9

Fixes #48
This commit is contained in:
patrick brisbin 2016-01-04 12:32:45 -05:00
parent c2794f4040
commit 9fcf00f57e
No known key found for this signature in database
GPG Key ID: ADB6812F871D4478

View File

@ -26,8 +26,8 @@ library
, bytestring >= 0.9.1.4
, http-client >= 0.4.0 && < 0.5
, http-conduit >= 2.0 && < 3.0
, http-types >= 0.8 && < 0.9
, aeson >= 0.6 && < 0.10
, http-types >= 0.8 && < 0.10
, aeson >= 0.6 && < 0.11
, yesod-core >= 1.2 && < 1.5
, authenticate >= 1.3.2.7 && < 1.4
, random
@ -35,7 +35,7 @@ library
, text >= 0.7 && < 2.0
, yesod-form >= 1.3 && < 1.5
, transformers >= 0.2.2 && < 0.5
, hoauth2 >= 0.4.7 && < 0.5
, hoauth2 >= 0.4.7 && < 0.6
, lifted-base >= 0.2 && < 0.4
, vector >= 0.10 && < 0.12