mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui: allow brick < 0.27
This commit is contained in:
parent
7cb7554ad1
commit
1bdfbcd106
@ -81,7 +81,7 @@ executable hledger-ui
|
||||
buildable: False
|
||||
else
|
||||
build-depends:
|
||||
brick >= 0.12 && < 0.25
|
||||
brick >= 0.12 && < 0.27
|
||||
, vty >= 5.5 && < 5.18
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
|
@ -82,7 +82,7 @@ when:
|
||||
buildable: false
|
||||
else:
|
||||
dependencies:
|
||||
- brick >= 0.12 && < 0.25
|
||||
- brick >= 0.12 && < 0.27
|
||||
- vty >= 5.5 && < 5.18
|
||||
|
||||
executables:
|
||||
|
Loading…
Reference in New Issue
Block a user