Relax aeson and hoauth2 upper bounds

This commit is contained in:
patrick brisbin 2017-12-13 09:59:59 -05:00
parent 097fb17ee9
commit 6f6dbcc74d

View File

@ -31,7 +31,7 @@ library
, http-client >= 0.4.0 && < 0.6
, http-conduit >= 2.0 && < 3.0
, http-types >= 0.8 && < 0.10
, aeson >= 0.6 && < 1.2
, aeson >= 0.6 && < 1.3
, yesod-core >= 1.2 && < 1.5
, authenticate >= 1.3.2.7 && < 1.4
, random
@ -39,7 +39,7 @@ library
, text >= 0.7 && < 2.0
, yesod-form >= 1.3 && < 1.5
, transformers >= 0.2.2 && < 0.6
, hoauth2 >= 1.3.0 && < 1.4
, hoauth2 >= 1.3.0 && < 1.6
, lifted-base >= 0.2 && < 0.4
, vector >= 0.10 && < 0.13
, uri-bytestring