ui: Allow brick <0.28 and vty <5.19

This commit is contained in:
Hans-Peter Deifel 2017-10-07 10:56:11 +02:00 committed by Simon Michael
parent 2d75180d37
commit 1e609d12a9
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.17.1. -- This file has been generated from package.yaml by hpack version 0.18.1.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
@ -81,8 +81,8 @@ executable hledger-ui
buildable: False buildable: False
else else
build-depends: build-depends:
brick >= 0.12 && < 0.27 brick >= 0.12 && < 0.28
, vty >= 5.5 && < 5.18 , vty >= 5.5 && < 5.19
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
other-modules: other-modules:

View File

@ -82,8 +82,8 @@ when:
buildable: false buildable: false
else: else:
dependencies: dependencies:
- brick >= 0.12 && < 0.27 - brick >= 0.12 && < 0.28
- vty >= 5.5 && < 5.18 - vty >= 5.5 && < 5.19
executables: executables:
hledger-ui: hledger-ui: