ui: allow brick < 0.27

This commit is contained in:
Simon Michael 2017-10-04 14:55:33 -10:00
parent 7cb7554ad1
commit 1bdfbcd106
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ executable hledger-ui
buildable: False buildable: False
else else
build-depends: build-depends:
brick >= 0.12 && < 0.25 brick >= 0.12 && < 0.27
, vty >= 5.5 && < 5.18 , vty >= 5.5 && < 5.18
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded

View File

@ -82,7 +82,7 @@ when:
buildable: false buildable: false
else: else:
dependencies: dependencies:
- brick >= 0.12 && < 0.25 - brick >= 0.12 && < 0.27
- vty >= 5.5 && < 5.18 - vty >= 5.5 && < 5.18
executables: executables: