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
|
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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user