packages feed

cabal-test-bin 0.1.0 → 0.1.1

raw patch · 1 files changed

+11/−5 lines, 1 files

Files

cabal-test-bin.cabal view
@@ -2,12 +2,18 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                cabal-test-bin-version:             0.1.0+version:             0.1.1 synopsis:            A program for finding temporary build file during cabal-test.-description:         cabal-test-bin finds exe-file for "cabal install --enable-tests --run-tests" or "cabal test".-                     When a project uses cabal-sandbox, -                     cabal-test-bin checks both <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> -                     and <project root>/dist/build/<exe-file>/<exe-file>.+description:         cabal-test-bin finds exe-file for +                     > cabal install --enable-tests --run-tests+                     and+                     > cabal test+                     .+                     When a project uses cabal-sandbox, cabal-test-bin checks both +                     > <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> +                     and +                     > <project root>/dist/build/<exe-file>/<exe-file>+                     .                       license:             BSD3 license-file:        LICENSE