mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
fix:pkg:ui: avoid brick 2.3.2 which doesn't build on windows
That version depends on unix as well as unix-compat.
This commit is contained in:
parent
53373d9620
commit
55d47ceacd
@ -78,7 +78,7 @@ library
|
||||
ansi-terminal >=0.9
|
||||
, async
|
||||
, base >=4.14 && <4.20
|
||||
, brick >=2.1.1 && <2.5
|
||||
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.5
|
||||
, cmdargs >=0.8
|
||||
, containers >=0.5.9
|
||||
, data-default
|
||||
|
@ -109,7 +109,7 @@ library:
|
||||
- time >=1.5
|
||||
- transformers
|
||||
- vector
|
||||
- brick >=2.1.1 && <2.5
|
||||
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.5
|
||||
- vty >=6.1 && <6.3
|
||||
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
|
||||
when:
|
||||
|
@ -12,6 +12,8 @@ extra-deps:
|
||||
# needed only for dev builds when the ghcdebug flag is enabled:
|
||||
- ghc-debug-convention-0.6.0.0
|
||||
- ghc-debug-stub-0.6.0.0
|
||||
# avoid brick 2.3.2 which doesn't build on windows
|
||||
- brick-2.4
|
||||
|
||||
nix:
|
||||
pure: false
|
||||
|
Loading…
Reference in New Issue
Block a user