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)