ui: allow vty 5.4

This commit is contained in:
Simon Michael 2015-10-26 06:47:10 -07:00
parent cd5ff00a26
commit 27b46e7b41
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ executable hledger-ui
, split >= 0.1 && < 0.3 , split >= 0.1 && < 0.3
, transformers , transformers
, vector , vector
, vty >= 5.2 && < 5.4 , vty >= 5.2 && < 5.5
if impl(ghc >= 7.4) if impl(ghc >= 7.4)
build-depends: pretty-show >= 1.6.4 build-depends: pretty-show >= 1.6.4
if flag(old-locale) if flag(old-locale)

View File

@ -77,7 +77,7 @@ executables:
- split >= 0.1 && < 0.3 - split >= 0.1 && < 0.3
- transformers - transformers
- vector - vector
- vty >= 5.2 && < 5.4 - vty >= 5.2 && < 5.5
# XXX not supported # XXX not supported
# if impl(ghc >= 7.4) # if impl(ghc >= 7.4)
# build-depends: pretty-show >= 1.6.4 # build-depends: pretty-show >= 1.6.4