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:
commit
69c9ca437a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue