From ce694fec2b2bbe70e92ad2a8f0e9a9d55c5322e8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Dec 2017 14:41:03 -0800 Subject: [PATCH] ui: allow vty-5.19 --- 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 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: