ui: allow brick 0.13
This commit is contained in:
parent
de376e7f75
commit
3a37390ef1
@ -82,7 +82,7 @@ executable hledger-ui
|
||||
buildable: False
|
||||
else
|
||||
build-depends:
|
||||
brick >= 0.12 && < 0.13
|
||||
brick >= 0.12 && < 0.14
|
||||
, vty >= 5.5 && < 5.12
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
|
||||
@ -85,7 +85,7 @@ executables:
|
||||
buildable: false
|
||||
else:
|
||||
dependencies:
|
||||
- brick >= 0.12 && < 0.13
|
||||
- brick >= 0.12 && < 0.14
|
||||
- vty >= 5.5 && < 5.12
|
||||
- condition: flag(threaded)
|
||||
ghc-options: -threaded
|
||||
|
||||
Loading…
Reference in New Issue
Block a user