From 9c880a5d73cb9cdfa2b0d600449f6dafbfd3e21d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 9 Mar 2025 08:17:02 -1000 Subject: [PATCH] ;pkg:ui: allow vty 6.4 --- hledger-ui/hledger-ui.cabal | 2 +- hledger-ui/package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index e77439522..aca7d398f 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -102,7 +102,7 @@ library , time >=1.5 , transformers , vector - , vty >=6.1 && <6.4 + , vty >=6.1 && <6.5 , vty-crossplatform >=0.4.0.0 && <0.5.0.0 default-language: Haskell2010 if (flag(debug)) diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index ead28cd45..647540b10 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -117,7 +117,7 @@ library: - transformers - vector - 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 when: - condition: os(windows)