From 70b14c25187c4b6263b7a2e21b4eed8541496bea Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 21 Jul 2017 15:50:49 +0800 Subject: [PATCH] Allow vty 5.16 It builds and works fine here. --- 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 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)