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:
Julian K. Arni 2016-01-04 17:21:14 +01:00
parent 9c35e21fd1
commit 230f51bf22
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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