ui: allow vty-5.19

This commit is contained in:
Simon Michael 2017-12-05 14:41:03 -08:00
parent cba306d9e5
commit ce694fec2b
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ executable hledger-ui
else
build-depends:
brick >= 0.12 && < 0.30
, vty >= 5.5 && < 5.19
, vty >= 5.5 && < 5.20
if flag(threaded)
ghc-options: -threaded
other-modules:

View File

@ -83,7 +83,7 @@ when:
else:
dependencies:
- brick >= 0.12 && < 0.30
- vty >= 5.5 && < 5.19
- vty >= 5.5 && < 5.20
executables:
hledger-ui: