two fixes: really disable vty flag by default, and include ConvertCommand file
This commit is contained in:
parent
5cf0b9a8a5
commit
87c348cbbf
@ -20,7 +20,7 @@ Cabal-Version: >= 1.2
|
|||||||
|
|
||||||
Flag vty
|
Flag vty
|
||||||
description: enable the curses ui
|
description: enable the curses ui
|
||||||
default: True
|
default: False
|
||||||
|
|
||||||
Flag happs
|
Flag happs
|
||||||
description: enable the web ui
|
description: enable the web ui
|
||||||
@ -58,6 +58,7 @@ Executable hledger
|
|||||||
Other-Modules:
|
Other-Modules:
|
||||||
AddCommand
|
AddCommand
|
||||||
BalanceCommand
|
BalanceCommand
|
||||||
|
ConvertCommand
|
||||||
HistogramCommand
|
HistogramCommand
|
||||||
Options
|
Options
|
||||||
PrintCommand
|
PrintCommand
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user