ui: allow vty 5.4
This commit is contained in:
parent
cd5ff00a26
commit
27b46e7b41
@ -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)
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user