Allow vty 5.1

Changes are irrelevant to us. Builds and runs fine.
This commit is contained in:
Felix Yan 2017-08-19 22:46:31 +08:00 committed by Simon Michael
parent 37d7c248e2
commit 28e828d6fe
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ executable hledger-ui
else
build-depends:
brick >= 0.12 && < 0.20
, vty >= 5.5 && < 5.17
, vty >= 5.5 && < 5.18
if flag(threaded)
ghc-options: -threaded
if flag(oldtime)

View File

@ -89,7 +89,7 @@ executables:
else:
dependencies:
- brick >= 0.12 && < 0.20
- vty >= 5.5 && < 5.17
- vty >= 5.5 && < 5.18
- condition: flag(threaded)
ghc-options: -threaded
- condition: flag(oldtime)