diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index ee4d84423..b94c1183d 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -82,7 +82,7 @@ executable hledger-ui else build-depends: brick >= 0.12 && < 0.30 - , vty >= 5.5 && < 5.19 + , vty >= 5.5 && < 5.20 if flag(threaded) ghc-options: -threaded other-modules: diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index e2e256ae7..33fa3b548 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -83,7 +83,7 @@ when: else: dependencies: - brick >= 0.12 && < 0.30 - - vty >= 5.5 && < 5.19 + - vty >= 5.5 && < 5.20 executables: hledger-ui: