Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HTF.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Extra-Source-Files:
stack-ghc-9.0.yaml
stack-ghc-9.2.yaml
stack-ghc-9.4.yaml
stack-ghc-9.6.yaml
tests/bbt/should_fail/BBTArgs
tests/bbt/should_fail/*.err
tests/bbt/should_fail/*.out
Expand Down
4 changes: 3 additions & 1 deletion scripts/local-htfpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ function find_bin()
}

find_bin

if [ -z "$bin" ]; then
bin=$(cd "$TOP" && cabal list-bin htfpp)
fi
if [ -z "$bin" ]; then
echo "TOP=$TOP" >&2
echo "dist=$dist" >&2
Expand Down
Loading