ui: add filepath to cabal file
This commit is contained in:
parent
db83ff1000
commit
b38db8610f
@ -58,6 +58,7 @@ executable hledger-ui
|
|||||||
, cmdargs >= 0.8
|
, cmdargs >= 0.8
|
||||||
, containers
|
, containers
|
||||||
, data-default
|
, data-default
|
||||||
|
, filepath
|
||||||
, HUnit
|
, HUnit
|
||||||
, lens >= 4.12.3 && < 4.13
|
, lens >= 4.12.3 && < 4.13
|
||||||
, safe >= 0.2
|
, safe >= 0.2
|
||||||
|
|||||||
@ -67,6 +67,7 @@ executables:
|
|||||||
- base >= 3 && < 5
|
- base >= 3 && < 5
|
||||||
- cmdargs >= 0.8
|
- cmdargs >= 0.8
|
||||||
- containers
|
- containers
|
||||||
|
- filepath
|
||||||
- HUnit
|
- HUnit
|
||||||
- safe >= 0.2
|
- safe >= 0.2
|
||||||
- split >= 0.1 && < 0.3
|
- split >= 0.1 && < 0.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user