Bump warp upper bound.

To < 3.2.
This commit is contained in:
Julian K. Arni 2015-07-23 13:31:37 +02:00
parent f7d25c5b35
commit 42d73d10e6

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