Merge pull request #255 from haskell-servant/jkarni/bump-http-types
Bump upper bound for http-types.
This commit is contained in:
commit
6ef59de6b4
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue