Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch :
http://hackage.haskell.org/trac/ghc/changeset/f40eb3d0f25597ac84e118b7795c99c42ffe8b8c >--------------------------------------------------------------- commit f40eb3d0f25597ac84e118b7795c99c42ffe8b8c Author: Bas van Dijk <[email protected]> Date: Tue Oct 25 18:40:55 2011 +0000 Small doc fix in Benchmarks section >--------------------------------------------------------------- Cabal/doc/developing-packages.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Cabal/doc/developing-packages.markdown b/Cabal/doc/developing-packages.markdown index 55b57ca..4fac953 100644 --- a/Cabal/doc/developing-packages.markdown +++ b/Cabal/doc/developing-packages.markdown @@ -639,7 +639,7 @@ information fields (see the section on [build information](#build-information)). : The interface type and version of the benchmark. At the moment Cabal only support one benchmark interface, called `exitcode-stdio-1.0`. -Test suites using the `exitcode-stdio-1.0` interface are executables that +Benchmarks using the `exitcode-stdio-1.0` interface are executables that indicate failure to run the benchmark with a non-zero exit code when run; they may provide human-readable information through the standard output and error channels. _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
