From 87c348cbbfb404542cc40973a5c397a2acb4491c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 May 2009 00:41:17 +0000 Subject: [PATCH] two fixes: really disable vty flag by default, and include ConvertCommand file --- hledger.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger.cabal b/hledger.cabal index 86c697e79..40eec24c0 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -20,7 +20,7 @@ Cabal-Version: >= 1.2 Flag vty description: enable the curses ui - default: True + default: False Flag happs description: enable the web ui @@ -58,6 +58,7 @@ Executable hledger Other-Modules: AddCommand BalanceCommand + ConvertCommand HistogramCommand Options PrintCommand