Relaxed upper version bound for http-api-data ...

... in order to include http-api-data-0.2.1, which is currently in LTS
Haskell (lts-3.16).
This commit is contained in:
Philipp Kant 2015-12-03 14:08:36 +01:00
parent 1bd2d913de
commit da5c273640
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