ui: allow vty 5.13 (and use it in stack.yaml)

This commit is contained in:
Simon Michael 2016-11-22 09:29:54 -08:00
parent 0dadeffcbc
commit 283cda9303
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ executable hledger-ui
else
build-depends:
brick >= 0.12 && < 0.15
, vty >= 5.5 && < 5.13
, vty >= 5.5 && < 5.14
if flag(threaded)
ghc-options: -threaded
if flag(oldtime)

View File

@ -86,7 +86,7 @@ executables:
else:
dependencies:
- brick >= 0.12 && < 0.15
- vty >= 5.5 && < 5.13
- vty >= 5.5 && < 5.14
- condition: flag(threaded)
ghc-options: -threaded
- condition: flag(oldtime)

View File

@ -14,7 +14,7 @@ extra-deps:
# for hledger-ui:
- brick-0.13
- text-zipper-0.8.1
- vty-5.11.3
- vty-5.13
# for hledger-web:
- wai-handler-launch-3.0.2.1