cabal-test-bin 0.1.1 → 0.1.2
raw patch · 1 files changed
+7/−5 lines, 1 files
Files
- cabal-test-bin.cabal +7/−5
cabal-test-bin.cabal view
@@ -2,16 +2,18 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: cabal-test-bin-version: 0.1.1+version: 0.1.2 synopsis: A program for finding temporary build file during cabal-test.-description: cabal-test-bin finds exe-file for +description: cabal-test-bin finds exe-file for cabal test below+ . > cabal install --enable-tests --run-tests- and+ . > cabal test .- When a project uses cabal-sandbox, cabal-test-bin checks both + When a project uses cabal-sandbox, cabal-test-bin checks following paths.+ . > <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> - and + . > <project root>/dist/build/<exe-file>/<exe-file> .