diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 0048d24b1..6f97f74ea 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -86,7 +86,7 @@ executable hledger-ui else build-depends: brick >= 0.12 && < 0.20 - , vty >= 5.5 && < 5.16 + , vty >= 5.5 && < 5.17 if flag(threaded) ghc-options: -threaded if flag(oldtime) diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 49954b190..34a3f1c34 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -89,7 +89,7 @@ executables: else: dependencies: - brick >= 0.12 && < 0.20 - - vty >= 5.5 && < 5.16 + - vty >= 5.5 && < 5.17 - condition: flag(threaded) ghc-options: -threaded - condition: flag(oldtime)