mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-24 19:02:46 +03:00
web: allow warp 3*, wai-handler-launch 3*
This commit is contained in:
parent
2eb74d19c6
commit
3b30837a23
@ -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
|
||||
- clarify debug helpers a little
|
||||
- refactoring
|
||||
- allow warp 3, wai-handler-launch 3
|
||||
|
||||
0.23.2 (2014/5/8)
|
||||
|
||||
|
@ -158,8 +158,8 @@ library
|
||||
, transformers
|
||||
, wai
|
||||
, wai-extra
|
||||
, wai-handler-launch >= 1.3 && < 2.1
|
||||
, warp >= 1.3 && < 2.2
|
||||
, wai-handler-launch >= 1.3 && < 3.1
|
||||
, warp >= 1.3 && < 3.1
|
||||
, yaml
|
||||
, yesod >= 1.2 && < 1.3
|
||||
, yesod-core
|
||||
@ -251,8 +251,8 @@ executable hledger-web
|
||||
, transformers
|
||||
, wai
|
||||
, wai-extra
|
||||
, wai-handler-launch >= 1.3 && < 2.1
|
||||
, warp >= 1.3 && < 2.2
|
||||
, wai-handler-launch >= 1.3 && < 3.1
|
||||
, warp >= 1.3 && < 3.1
|
||||
, yaml
|
||||
, yesod >= 1.2 && < 1.3
|
||||
, yesod-core
|
||||
|
Loading…
Reference in New Issue
Block a user