web: allow latest warp & wai-handler-launch

This commit is contained in:
Simon Michael 2013-12-09 07:32:40 -08:00
parent 02fea186a3
commit d8c987a1cd

View File

@ -134,8 +134,8 @@ library
, transformers
, wai
, wai-extra
, wai-handler-launch >= 1.3 && < 1.4
, warp >= 1.3 && < 2
, wai-handler-launch >= 1.3 && < 2.1
, warp >= 1.3 && < 2.1
, yaml
, yesod >= 1.2 && < 1.3
, yesod-core
@ -225,8 +225,8 @@ executable hledger-web
, transformers
, wai
, wai-extra
, wai-handler-launch >= 1.3 && < 1.4
, warp >= 1.3 && < 2
, wai-handler-launch >= 1.3 && < 2.1
, warp >= 1.3 && < 2.1
, yaml
, yesod >= 1.2 && < 1.3
, yesod-core