A program for finding temporary build file during cabal-test.
This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
cabal-test-bin finds exe-file for cabal test below
cabal install --enable-tests --run-tests
cabal test
When a project uses cabal-sandbox, cabal-test-bin checks following paths.
<project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file>
<project root>/dist/build/<exe-file>/<exe-file>