From 3564c929e138994df12233cca4dc8befb43f10b6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Feb 2017 11:48:09 -0800 Subject: [PATCH] addons: fix compilation of rewrite by bin/compile.sh --- bin/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.sh b/bin/compile.sh index 2fd18d27f..1f3a2d843 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -3,7 +3,7 @@ cd "$(dirname "$0")" echo "building dependencies" stack build hledger -stack install Chart Chart-diagrams colour here # additional deps needed by addons +stack install Chart Chart-diagrams colour Diff here # additional deps needed by addons echo "building add-on commands" for f in hledger-*.hs; do stack ghc $f; done echo "add-on commands available:"