From 58c89127f8719fbf61f1a7ab303d276694dad22d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 Feb 2017 16:03:49 -0800 Subject: [PATCH] ui: allow text-zipper 0.10 --- 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 bfaa57631..9e3bff30a 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -78,7 +78,7 @@ executable hledger-ui , safe >= 0.2 , split >= 0.1 && < 0.3 , text >= 1.2 && < 1.3 - , text-zipper >= 0.4 && < 0.10 + , text-zipper >= 0.4 && < 0.11 , transformers , vector if os(windows) diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 6aaab3d27..003c8d9ee 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -69,7 +69,7 @@ executables: - safe >= 0.2 - split >= 0.1 && < 0.3 - text >= 1.2 && < 1.3 - - text-zipper >= 0.4 && < 0.10 + - text-zipper >= 0.4 && < 0.11 - transformers - vector when: