ui: allow brick 0.15, vty 5.14

This commit is contained in:
Simon Michael 2016-12-07 14:17:23 -08:00
parent 00e2a8a327
commit 91c524b600
3 changed files with 6 additions and 6 deletions

View File

@ -85,8 +85,8 @@ executable hledger-ui
buildable: False
else
build-depends:
brick >= 0.12 && < 0.15
, vty >= 5.5 && < 5.14
brick >= 0.12 && < 0.16
, vty >= 5.5 && < 5.15
if flag(threaded)
ghc-options: -threaded
if flag(oldtime)

View File

@ -88,8 +88,8 @@ executables:
buildable: false
else:
dependencies:
- brick >= 0.12 && < 0.15
- vty >= 5.5 && < 5.14
- brick >= 0.12 && < 0.16
- vty >= 5.5 && < 5.15
- condition: flag(threaded)
ghc-options: -threaded
- condition: flag(oldtime)

View File

@ -12,9 +12,9 @@ packages:
extra-deps:
# for hledger-ui:
- brick-0.13
- brick-0.15
- vty-5.14
- text-zipper-0.8.1
- vty-5.13
# for hledger-web:
- wai-handler-launch-3.0.2.1