From 3a37390ef1cede8ddf3140e321162874e10eb716 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 2 Nov 2016 07:06:01 -0700 Subject: [PATCH] ui: allow brick 0.13 --- 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 971318622..96ba6bf88 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -82,7 +82,7 @@ executable hledger-ui buildable: False else build-depends: - brick >= 0.12 && < 0.13 + brick >= 0.12 && < 0.14 , vty >= 5.5 && < 5.12 if flag(threaded) ghc-options: -threaded diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 60ebdf4f3..d41089630 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -85,7 +85,7 @@ executables: buildable: false else: dependencies: - - brick >= 0.12 && < 0.13 + - brick >= 0.12 && < 0.14 - vty >= 5.5 && < 5.12 - condition: flag(threaded) ghc-options: -threaded