mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
Allow vty 5.16
It builds and works fine here.
This commit is contained in:
parent
cb693cd7ca
commit
70b14c2518
@ -86,7 +86,7 @@ executable hledger-ui
|
||||
else
|
||||
build-depends:
|
||||
brick >= 0.12 && < 0.20
|
||||
, vty >= 5.5 && < 5.16
|
||||
, vty >= 5.5 && < 5.17
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
if flag(oldtime)
|
||||
|
@ -89,7 +89,7 @@ executables:
|
||||
else:
|
||||
dependencies:
|
||||
- brick >= 0.12 && < 0.20
|
||||
- vty >= 5.5 && < 5.16
|
||||
- vty >= 5.5 && < 5.17
|
||||
- condition: flag(threaded)
|
||||
ghc-options: -threaded
|
||||
- condition: flag(oldtime)
|
||||
|
Loading…
Reference in New Issue
Block a user