ui: allow latest text-zipper, vty
This commit is contained in:
parent
8fdea5d11a
commit
c8982355b0
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user