Bump upper bound for http-types.
Conflicts: servant-server/servant-server.cabal
This commit is contained in:
parent
5568d14eef
commit
9ad82654da
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,
|
||||
|
|
|
@ -45,7 +45,7 @@ library
|
|||
, attoparsec >= 0.12 && < 0.14
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, either >= 4.3 && < 4.5
|
||||
, http-types >= 0.8 && < 0.9
|
||||
, http-types >= 0.8 && < 0.10
|
||||
, network-uri >= 2.6 && < 2.7
|
||||
, mtl >= 2 && < 3
|
||||
, mmorph >= 1
|
||||
|
|
|
@ -50,7 +50,7 @@ library
|
|||
, bytestring-conversion == 0.3.*
|
||||
, case-insensitive >= 1.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