addons: fix compilation of rewrite by bin/compile.sh

This commit is contained in:
Simon Michael 2017-02-02 11:48:09 -08:00
parent e7421eb31c
commit 3564c929e1

View File

@ -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:"