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 else
build-depends: build-depends:
brick >= 0.12 && < 0.30 brick >= 0.12 && < 0.30
, vty >= 5.5 && < 5.19 , vty >= 5.5 && < 5.20
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
other-modules: other-modules:

View File

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