Merge pull request #284 from kantp/relax-upper-bound-http-api-data

Relax upper version bound for http-api-data ...
This commit is contained in:
Julian Arni 2015-12-04 20:32:56 +01:00
commit 69c9ca437a
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ library
, attoparsec
, bytestring
, exceptions
, http-api-data >= 0.1 && < 0.2
, http-api-data >= 0.1 && < 0.3
, http-client
, http-client-tls
, http-media

View file

@ -47,7 +47,7 @@ library
, attoparsec >= 0.12 && < 0.14
, bytestring >= 0.10 && < 0.11
, containers >= 0.5 && < 0.6
, http-api-data >= 0.1 && < 0.2
, http-api-data >= 0.1 && < 0.3
, http-types >= 0.8 && < 0.10
, network-uri >= 2.6 && < 2.7
, mtl >= 2 && < 3

View file

@ -51,7 +51,7 @@ library
, bytestring == 0.10.*
, bytestring-conversion == 0.3.*
, case-insensitive >= 1.2
, http-api-data >= 0.1 && < 0.2
, http-api-data >= 0.1 && < 0.3
, http-media >= 0.4 && < 0.7
, http-types >= 0.8 && < 0.10
, text >= 1 && < 2