Allow vty 5.16

It builds and works fine here.
This commit is contained in:
Felix Yan 2017-07-21 15:50:49 +08:00 committed by Simon Michael
parent cb693cd7ca
commit 70b14c2518
2 changed files with 2 additions and 2 deletions

View File

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

View File

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