addons: fix compilation of rewrite by bin/compile.sh
This commit is contained in:
parent
e7421eb31c
commit
3564c929e1
@ -3,7 +3,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 here # additional deps needed by addons
|
stack install Chart Chart-diagrams colour Diff here # additional deps needed by addons
|
||||||
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