diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index e3586cf58..9ee525cbf 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,4 +1,4 @@ --- This file has been generated from package.yaml by hpack version 0.17.1. +-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack @@ -81,8 +81,8 @@ executable hledger-ui buildable: False else build-depends: - brick >= 0.12 && < 0.27 - , vty >= 5.5 && < 5.18 + brick >= 0.12 && < 0.28 + , vty >= 5.5 && < 5.19 if flag(threaded) ghc-options: -threaded other-modules: diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index e2cd5e484..7120320e8 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -82,8 +82,8 @@ when: buildable: false else: dependencies: - - brick >= 0.12 && < 0.27 - - vty >= 5.5 && < 5.18 + - brick >= 0.12 && < 0.28 + - vty >= 5.5 && < 5.19 executables: hledger-ui: