ui: add filepath to cabal file

This commit is contained in:
Simon Michael 2015-08-25 10:22:59 -07:00
parent db83ff1000
commit b38db8610f
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ executable hledger-ui
, cmdargs >= 0.8
, containers
, data-default
, filepath
, HUnit
, lens >= 4.12.3 && < 4.13
, safe >= 0.2

View File

@ -67,6 +67,7 @@ executables:
- base >= 3 && < 5
- cmdargs >= 0.8
- containers
- filepath
- HUnit
- safe >= 0.2
- split >= 0.1 && < 0.3