bin: stop listing addons after compiling them

This commit is contained in:
Simon Michael 2017-11-01 08:05:17 -07:00
parent 4ab71f0d0a
commit 49090d9e53

View File

@ -7,5 +7,3 @@ stack build hledger
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:"
ls -F hledger-* | grep -vE '\.(hs|hi|o|dyn_hi|dyn_o)'