Bump wai and warp upper bound to < 3.3.
Conflicts: servant-mock/servant-mock.cabal servant-server/servant-server.cabal
This commit is contained in:
parent
9c35e21fd1
commit
230f51bf22
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ library
|
|||
servant-server >= 0.4,
|
||||
transformers >= 0.3 && <0.5,
|
||||
QuickCheck >= 2.8 && <2.9,
|
||||
wai >= 3.0 && <3.1
|
||||
wai >= 3.0 && <3.3
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
|
@ -57,9 +57,9 @@ library
|
|||
, filepath >= 1
|
||||
, text >= 1.2 && < 1.3
|
||||
, transformers >= 0.3 && < 0.5
|
||||
, wai >= 3.0 && < 3.1
|
||||
, wai >= 3.0 && < 3.3
|
||||
, wai-app-static >= 3.0 && < 3.2
|
||||
, warp >= 3.0 && < 3.2
|
||||
, warp >= 3.0 && < 3.3
|
||||
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue