addons: in bin/compile.sh, ensure hledger-chart's extra deps are installed
This commit is contained in:
parent
5345e2641a
commit
9a1128e276
@ -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:"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user