From 0854827310cfccac9da47f3844ddc325e4d0ffd5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jun 2017 08:47:25 -0700 Subject: [PATCH] ui: allow brick 0.18 (#575) --- 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 e585d6387..9c148e952 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.18 + brick >= 0.12 && < 0.19 , vty >= 5.5 && < 5.16 if flag(threaded) ghc-options: -threaded diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 3ce0293bb..5b059a351 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -88,7 +88,7 @@ executables: buildable: false else: dependencies: - - brick >= 0.12 && < 0.18 + - brick >= 0.12 && < 0.19 - vty >= 5.5 && < 5.16 - condition: flag(threaded) ghc-options: -threaded