;pkg:ui: allow brick 2.10, vty 6.5

This commit is contained in:
Simon Michael 2025-10-02 10:33:49 -10:00
parent 91ba75d12d
commit 3121deda2f
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ library
ansi-terminal >=0.9
, async
, base >=4.18 && <4.22
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.11
, cmdargs >=0.8
, containers >=0.5.9
, data-default
@ -104,7 +104,7 @@ library
, time >=1.5
, transformers
, vector
, vty >=6.1 && <6.5
, vty >=6.1 && <6.6
, vty-crossplatform >=0.4.0.0 && <0.5.0.0
default-language: GHC2021
if (flag(debug))

View File

@ -98,8 +98,8 @@ library:
- time >=1.5
- transformers
- vector
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.10
- vty >=6.1 && <6.5
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.11
- vty >=6.1 && <6.6
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
when:
- condition: os(windows)