mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui: allow brick 0.30
This commit is contained in:
parent
9e6e06033f
commit
80db98f209
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: c00bcfd6f775d332d459686ee8b8058420f77d46d34fe308eaee51fe84a7619f
|
||||
-- hash: 2eb14077c24a8b14adaaece4e3f30465814771ebcc65a932d3a513f03e820b9f
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.4
|
||||
@ -83,7 +83,7 @@ executable hledger-ui
|
||||
buildable: False
|
||||
else
|
||||
build-depends:
|
||||
brick >=0.12 && <0.30
|
||||
brick >=0.12 && <0.31
|
||||
, vty >=5.5 && <5.20
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded
|
||||
|
@ -82,7 +82,7 @@ when:
|
||||
buildable: false
|
||||
else:
|
||||
dependencies:
|
||||
- brick >= 0.12 && < 0.30
|
||||
- brick >= 0.12 && < 0.31
|
||||
- vty >= 5.5 && < 5.20
|
||||
|
||||
executables:
|
||||
|
Loading…
Reference in New Issue
Block a user