;pkg:ui: allow vty 6.4

This commit is contained in:
Simon Michael 2025-03-09 08:17:02 -10:00
parent 6f17d133dd
commit 9c880a5d73
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ library
, time >=1.5 , time >=1.5
, transformers , transformers
, vector , vector
, vty >=6.1 && <6.4 , vty >=6.1 && <6.5
, vty-crossplatform >=0.4.0.0 && <0.5.0.0 , vty-crossplatform >=0.4.0.0 && <0.5.0.0
default-language: Haskell2010 default-language: Haskell2010
if (flag(debug)) if (flag(debug))

View File

@ -117,7 +117,7 @@ library:
- transformers - transformers
- vector - vector
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.9 - brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.9
- vty >=6.1 && <6.4 - vty >=6.1 && <6.5
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0 - vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
when: when:
- condition: os(windows) - condition: os(windows)