From 9a1128e27639154155f89c6236e89b26cf479ea9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Jan 2017 14:25:10 -0800 Subject: [PATCH] addons: in bin/compile.sh, ensure hledger-chart's extra deps are installed --- bin/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile.sh b/bin/compile.sh index c1729b5cf..78ca5898a 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -2,6 +2,7 @@ cd "$(dirname "$0")" echo "building dependencies" stack build hledger +stack install Chart Chart-diagrams colour # additional deps for hledger-chart echo "building add-on commands" for f in hledger-*.hs; do stack ghc $f; done echo "add-on commands available:"