ui: allow brick 0.4

This commit is contained in:
Simon Michael 2016-01-12 13:44:14 -08:00
parent cf5dda72b1
commit 5b7040fecd
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ executable hledger-ui
, hledger-lib >= 0.27 && < 0.28
, base >= 3 && < 5
, base-compat >= 0.8.1
, brick >= 0.2 && < 0.4
, brick >= 0.2 && < 0.5
, cmdargs >= 0.8
, containers
, data-default

View File

@ -69,7 +69,7 @@ executables:
- hledger-lib >= 0.27 && < 0.28
- base >= 3 && < 5
- base-compat >= 0.8.1
- brick >= 0.2 && < 0.4
- brick >= 0.2 && < 0.5
- cmdargs >= 0.8
- containers
- data-default