ui: allow latest text-zipper, vty

This commit is contained in:
Simon Michael 2016-10-26 12:57:08 -07:00
parent 8fdea5d11a
commit c8982355b0
3 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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