Add version bounds for http-api-data

This commit is contained in:
Nickolay Kudasov 2015-10-08 16:21:02 +03:00
parent dfb5cc7713
commit 2a7d110c17
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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