ui: fix missing dependencies/bounds

This commit is contained in:
Simon Michael 2015-08-28 11:18:22 -07:00
parent 5792c67666
commit 570e340b7c
2 changed files with 6 additions and 1 deletions

View File

@ -54,7 +54,8 @@ executable hledger-ui
hledger == 0.26.98
, hledger-lib == 0.26.98
, base >= 3 && < 5
, brick
, base-compat >= 0.8.1
, brick >= 0.2 && < 0.3
, cmdargs >= 0.8
, containers
, data-default

View File

@ -65,10 +65,14 @@ executables:
- hledger == 0.26.98
- hledger-lib == 0.26.98
- base >= 3 && < 5
- base-compat >= 0.8.1
- brick >= 0.2 && < 0.3
- cmdargs >= 0.8
- containers
- data-default
- filepath
- HUnit
- lens >= 4.12.3 && < 4.13
- safe >= 0.2
- split >= 0.1 && < 0.3
- transformers