ENH inform user where stack is

This commit is contained in:
Nathan Dwarshuis 2021-06-12 01:22:10 -04:00
parent 1077b6dd50
commit 19b2e21c51
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
run_stack_in_dir () {
local cur
cur="$(pwd)"
echo "building binaries in $cur"
cd "$1" || return 1
stack install
cd "$cur" || return 1