Merge pull request #165 from haskell-servant/jkarni/bump-warp

Bump warp upper bound.
This commit is contained in:
Julian Arni 2015-07-30 10:44:35 +02:00
commit 522a7dc961

View File

@ -64,7 +64,7 @@ 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