mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
bin: stop listing addons after compiling them
This commit is contained in:
parent
4ab71f0d0a
commit
49090d9e53
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user