Bump warp upper bound.

To < 3.2.

Conflicts:
	servant-server/servant-server.cabal
This commit is contained in:
Julian K. Arni 2015-07-23 13:31:37 +02:00
parent 1eacd565f1
commit b74d699f6c

View File

@ -59,7 +59,8 @@ library
, transformers >= 0.3 && < 0.5
, wai >= 3.0 && < 3.1
, wai-app-static >= 3.0 && < 3.2
, warp >= 3.0 && < 3.1
, warp >= 3.0 && < 3.2
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall