ui: allow brick 0.18 (#575)
This commit is contained in:
parent
a9959b30c2
commit
0854827310
@ -85,7 +85,7 @@ executable hledger-ui
|
|||||||
buildable: False
|
buildable: False
|
||||||
else
|
else
|
||||||
build-depends:
|
build-depends:
|
||||||
brick >= 0.12 && < 0.18
|
brick >= 0.12 && < 0.19
|
||||||
, vty >= 5.5 && < 5.16
|
, vty >= 5.5 && < 5.16
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
|
|||||||
@ -88,7 +88,7 @@ executables:
|
|||||||
buildable: false
|
buildable: false
|
||||||
else:
|
else:
|
||||||
dependencies:
|
dependencies:
|
||||||
- brick >= 0.12 && < 0.18
|
- brick >= 0.12 && < 0.19
|
||||||
- vty >= 5.5 && < 5.16
|
- vty >= 5.5 && < 5.16
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user