bin: chart: rename script, skip deps to avoid breaking func tests

hledger-chart's deps are not currently GHC 8.2 compatible
This commit is contained in:
Simon Michael 2017-09-11 18:29:36 -07:00
parent a8ff9e91f6
commit 5e4673bd1f
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
cd "$(dirname "$0")"
echo "building dependencies"
stack build hledger
stack install Chart Chart-diagrams colour Diff here # additional deps needed by addons
# additional deps needed by addons
stack install Diff here #Chart Chart-diagrams colour
echo "building add-on commands"
for f in hledger-*.hs; do stack ghc -- -Wall -Werror $f; done
echo "add-on commands available:"