ui: allow brick 0.18 (#575)

This commit is contained in:
Simon Michael 2017-06-20 08:47:25 -07:00
parent a9959b30c2
commit 0854827310
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ executable hledger-ui
buildable: False
else
build-depends:
brick >= 0.12 && < 0.18
brick >= 0.12 && < 0.19
, vty >= 5.5 && < 5.16
if flag(threaded)
ghc-options: -threaded

View File

@ -88,7 +88,7 @@ executables:
buildable: false
else:
dependencies:
- brick >= 0.12 && < 0.18
- brick >= 0.12 && < 0.19
- vty >= 5.5 && < 5.16
- condition: flag(threaded)
ghc-options: -threaded