From c8982355b0fefc3562e9cd540076d3bbbb94b9c4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Oct 2016 12:57:08 -0700 Subject: [PATCH] ui: allow latest text-zipper, vty --- hledger-ui/hledger-ui.cabal | 4 ++-- hledger-ui/package.yaml | 4 ++-- stack.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 5bca0dfec..762ae55c1 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -75,7 +75,7 @@ executable hledger-ui , safe >= 0.2 , split >= 0.1 && < 0.3 , text >= 1.2 && < 1.3 - , text-zipper >= 0.4 && < 0.5 + , text-zipper >= 0.4 && < 0.9 , transformers , vector if os(windows) @@ -83,7 +83,7 @@ executable hledger-ui else build-depends: brick >= 0.7 && < 0.9 - , vty >= 5.5 && < 5.8 + , vty >= 5.5 && < 5.12 if flag(threaded) ghc-options: -threaded if flag(oldtime) diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 1f5896c4b..a15bdfe77 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -66,7 +66,7 @@ executables: - safe >= 0.2 - split >= 0.1 && < 0.3 - text >= 1.2 && < 1.3 - - text-zipper >= 0.4 && < 0.5 + - text-zipper >= 0.4 && < 0.9 - transformers - vector when: @@ -86,7 +86,7 @@ executables: else: dependencies: - brick >= 0.7 && < 0.9 - - vty >= 5.5 && < 5.8 + - vty >= 5.5 && < 5.12 - condition: flag(threaded) ghc-options: -threaded - condition: flag(oldtime) diff --git a/stack.yaml b/stack.yaml index e4295b46a..58bf84bf7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,8 +13,8 @@ packages: extra-deps: # for hledger-ui: - brick-0.8 -- text-zipper-0.4 -- vty-5.7.1 +- text-zipper-0.8.1 +- vty-5.11.3 # for hledger-web: - wai-handler-launch-3.0.2.1