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 , attoparsec
, bytestring , bytestring
, exceptions , exceptions
, http-api-data , http-api-data >= 0.1 && < 0.2
, http-client , http-client
, http-client-tls , http-client-tls
, http-media , http-media

View file

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

View file

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