Merge pull request #255 from haskell-servant/jkarni/bump-http-types

Bump upper bound for http-types.
This commit is contained in:
Alp Mestanogullari 2015-10-13 21:15:45 +02:00
commit 6ef59de6b4
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ library
build-depends:
base >=4.7 && <5,
bytestring >= 0.10 && <0.11,
http-types >= 0.8 && <0.9,
http-types >= 0.8 && <0.10,
servant >= 0.4,
servant-server >= 0.4,
transformers >= 0.3 && <0.5,

View File

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

View File

@ -54,7 +54,7 @@ library
, case-insensitive >= 1.2
, http-api-data >= 0.1 && < 0.2
, http-media >= 0.4 && < 0.7
, http-types == 0.8.*
, http-types >= 0.8 && < 0.10
, text >= 1 && < 2
, string-conversions >= 0.3 && < 0.5
, network-uri >= 2.6