mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui: allow vty-5.19
This commit is contained in:
parent
cba306d9e5
commit
ce694fec2b
@ -82,7 +82,7 @@ executable hledger-ui
|
||||
else
|
||||
build-depends:
|
||||
brick >= 0.12 && < 0.30
|
||||
, vty >= 5.5 && < 5.19
|
||||
, vty >= 5.5 && < 5.20
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
other-modules:
|
||||
|
@ -83,7 +83,7 @@ when:
|
||||
else:
|
||||
dependencies:
|
||||
- brick >= 0.12 && < 0.30
|
||||
- vty >= 5.5 && < 5.19
|
||||
- vty >= 5.5 && < 5.20
|
||||
|
||||
executables:
|
||||
hledger-ui:
|
||||
|
Loading…
Reference in New Issue
Block a user