From ed4e7c31b568ef0d86870d166397ac8908a47e5d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 24 Aug 2017 16:11:56 -0700 Subject: [PATCH] ui: allow brick 0.24 --- 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 8a9ec481b..46872c33c 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -85,7 +85,7 @@ executable hledger-ui buildable: False else build-depends: - brick >= 0.12 && < 0.20 + brick >= 0.12 && < 0.25 , vty >= 5.5 && < 5.18 if flag(threaded) ghc-options: -threaded diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 28d9b71c5..7e6bb2559 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -88,7 +88,7 @@ executables: buildable: false else: dependencies: - - brick >= 0.12 && < 0.20 + - brick >= 0.12 && < 0.25 - vty >= 5.5 && < 5.18 - condition: flag(threaded) ghc-options: -threaded