Skip to content

Commit

Permalink
Merge pull request #2104 from GaloisInc/2103-fix-list-bin
Browse files Browse the repository at this point in the history
Use -v0 with cabal list-bin in build.sh.
  • Loading branch information
sauclovian-g committed Aug 23, 2024
2 parents 4ea7d99 + fc37ae7 commit 01ee3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
git submodule update --init

install() {
PROG=$(cabal list-bin exe:$1)
PROG=$(cabal list-bin -v0 exe:$1)
cp $PROG bin/
}

Expand Down

0 comments on commit 01ee3e0

Please sign in to comment.