addons: in bin/compile.sh, ensure hledger-chart's extra deps are installed

This commit is contained in:
Simon Michael 2017-01-16 14:25:10 -08:00
parent 5345e2641a
commit 9a1128e276

View File

@ -2,6 +2,7 @@
cd "$(dirname "$0")" cd "$(dirname "$0")"
echo "building dependencies" echo "building dependencies"
stack build hledger stack build hledger
stack install Chart Chart-diagrams colour # additional deps for hledger-chart
echo "building add-on commands" echo "building add-on commands"
for f in hledger-*.hs; do stack ghc $f; done for f in hledger-*.hs; do stack ghc $f; done
echo "add-on commands available:" echo "add-on commands available:"