From 5e4673bd1f4e1b41943557015316d7c30573dde3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 11 Sep 2017 18:29:36 -0700 Subject: [PATCH] bin: chart: rename script, skip deps to avoid breaking func tests hledger-chart's deps are not currently GHC 8.2 compatible --- bin/{hledger-chart.hs => _hledger-chart.hs} | 0 bin/compile.sh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename bin/{hledger-chart.hs => _hledger-chart.hs} (100%) diff --git a/bin/hledger-chart.hs b/bin/_hledger-chart.hs similarity index 100% rename from bin/hledger-chart.hs rename to bin/_hledger-chart.hs diff --git a/bin/compile.sh b/bin/compile.sh index 0eeef96a9..fdffb4f15 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -3,7 +3,8 @@ cd "$(dirname "$0")" echo "building dependencies" stack build hledger -stack install Chart Chart-diagrams colour Diff here # additional deps needed by addons +# additional deps needed by addons +stack install Diff here #Chart Chart-diagrams colour echo "building add-on commands" for f in hledger-*.hs; do stack ghc -- -Wall -Werror $f; done echo "add-on commands available:"