Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch :
http://hackage.haskell.org/trac/ghc/changeset/ddb107f248a807d8f941042dcab9f2a26f4e0ed4 >--------------------------------------------------------------- commit ddb107f248a807d8f941042dcab9f2a26f4e0ed4 Author: Simon Meier <[email protected]> Date: Tue Oct 25 18:30:32 2011 +0000 typos in benchmarks documentation/help >--------------------------------------------------------------- Cabal/Distribution/Simple/Setup.hs | 2 +- Cabal/doc/developing-packages.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cabal/Distribution/Simple/Setup.hs b/Cabal/Distribution/Simple/Setup.hs index 6d807ff..a0600ca 100644 --- a/Cabal/Distribution/Simple/Setup.hs +++ b/Cabal/Distribution/Simple/Setup.hs @@ -482,7 +482,7 @@ configureOptions showOrParseArgs = configLibCoverage (\v flags -> flags { configLibCoverage = v }) (boolOpt [] []) ,option "" ["benchmarks"] - "dependency checking and compilation for benchmarkss listed in the package description file." + "dependency checking and compilation for benchmarks listed in the package description file." configBenchmarks (\v flags -> flags { configBenchmarks = v }) (boolOpt [] []) ] diff --git a/Cabal/doc/developing-packages.markdown b/Cabal/doc/developing-packages.markdown index 5501334..55b57ca 100644 --- a/Cabal/doc/developing-packages.markdown +++ b/Cabal/doc/developing-packages.markdown @@ -670,7 +670,7 @@ Build-Type: Simple Benchmark bench-foo type: exitcode-stdio-1.0 main-is: bench-foo.hs - build-depends: base + build-depends: base, time ~~~~~~~~~~~~~~~~ bench-foo.hs: _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
