web: allow warp 2.1

This commit is contained in:
Simon Michael 2014-03-14 11:29:57 -07:00
parent 7cbbd0fbab
commit 637c0a4a17

View File

@ -141,7 +141,7 @@ library
, wai
, wai-extra
, wai-handler-launch >= 1.3 && < 2.1
, warp >= 1.3 && < 2.1
, warp >= 1.3 && < 2.2
, yaml
, yesod >= 1.2 && < 1.3
, yesod-core
@ -233,7 +233,7 @@ executable hledger-web
, wai
, wai-extra
, wai-handler-launch >= 1.3 && < 2.1
, warp >= 1.3 && < 2.1
, warp >= 1.3 && < 2.2
, yaml
, yesod >= 1.2 && < 1.3
, yesod-core