web: allow warp 3*, wai-handler-launch 3*

This commit is contained in:
Simon Michael 2014-06-21 20:36:46 -07:00
parent 2eb74d19c6
commit 3b30837a23
2 changed files with 5 additions and 4 deletions

View File

@ -11,6 +11,7 @@ See also the hledger changelog.
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys - upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
- clarify debug helpers a little - clarify debug helpers a little
- refactoring - refactoring
- allow warp 3, wai-handler-launch 3
0.23.2 (2014/5/8) 0.23.2 (2014/5/8)

View File

@ -158,8 +158,8 @@ library
, transformers , transformers
, wai , wai
, wai-extra , wai-extra
, wai-handler-launch >= 1.3 && < 2.1 , wai-handler-launch >= 1.3 && < 3.1
, warp >= 1.3 && < 2.2 , warp >= 1.3 && < 3.1
, yaml , yaml
, yesod >= 1.2 && < 1.3 , yesod >= 1.2 && < 1.3
, yesod-core , yesod-core
@ -251,8 +251,8 @@ executable hledger-web
, transformers , transformers
, wai , wai
, wai-extra , wai-extra
, wai-handler-launch >= 1.3 && < 2.1 , wai-handler-launch >= 1.3 && < 3.1
, warp >= 1.3 && < 2.2 , warp >= 1.3 && < 3.1
, yaml , yaml
, yesod >= 1.2 && < 1.3 , yesod >= 1.2 && < 1.3
, yesod-core , yesod-core