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:
Simon Michael 2024-09-05 23:00:39 +01:00
parent 53373d9620
commit 55d47ceacd
3 changed files with 4 additions and 2 deletions

View File

@ -78,7 +78,7 @@ library
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.14 && <4.20 , 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 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
, data-default , data-default

View File

@ -109,7 +109,7 @@ library:
- time >=1.5 - time >=1.5
- transformers - transformers
- vector - 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 >=6.1 && <6.3
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0 - vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
when: when:

View File

@ -12,6 +12,8 @@ extra-deps:
# needed only for dev builds when the ghcdebug flag is enabled: # needed only for dev builds when the ghcdebug flag is enabled:
- ghc-debug-convention-0.6.0.0 - ghc-debug-convention-0.6.0.0
- ghc-debug-stub-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: nix:
pure: false pure: false