From 49090d9e53f51ca89f41108e2885bc37f299153a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Nov 2017 08:05:17 -0700 Subject: [PATCH] bin: stop listing addons after compiling them --- bin/compile.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/compile.sh b/bin/compile.sh index fdffb4f15..bc503eb17 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -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)'