diff --git a/HTF.cabal b/HTF.cabal index cf33b2f..59bb887 100644 --- a/HTF.cabal +++ b/HTF.cabal @@ -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 diff --git a/scripts/local-htfpp b/scripts/local-htfpp index 1fdd7b4..a28a303 100755 --- a/scripts/local-htfpp +++ b/scripts/local-htfpp @@ -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