packages feed

darcs-benchmark-0.1.9: darcs-benchmark.cabal

name:          darcs-benchmark
version:       0.1.9
synopsis:      Comparative benchmark suite for darcs.

description: A simple tool to compare performance of different Darcs 2.x
             instances.  The program can download a set of test repositories,
             or you can provide your own. Run the program without parameters to
             get help.

license:       BSD3
license-file:  LICENSE
copyright:     2009 Petr Rockai <me@mornfall.net>
author:        Eric Kow <kowey@darcs.net>, Simon Michael <simon@joyful.com>
               and Petr Rockai <me@mornfall.net>
maintainer:    Darcs Project <darcs-users@darcs.net>
homepage:      http://wiki.darcs.net/Development/Benchmarks
category:      Testing
build-type:    Custom
cabal-version: >= 1.6
extra-source-files: README

executable darcs-benchmark
    if impl(ghc >= 6.8)
      ghc-options: -fwarn-tabs
    ghc-options:   -Wall -threaded
    ghc-prof-options: -prof -auto-all -threaded

    build-depends: base < 5, strict,
                   cmdargs,
                   process, mtl, tabular >= 0.2.2.1,
                   time, old-locale,
                   regex-posix, html, filepath, directory,
                   json == 0.4.*,
                   containers, bytestring, network,
                   statistics == 0.4.*, uvector == 0.1.*,
                   HTTP >= 4000.0.8 && < 4000.1,
                   network == 2.2.*,
                   split == 0.1.*,
                   utf8-string == 0.3.*,
                   hs-gchart,
                   tar, zlib, SHA, datetime

    main-is: main.hs
    hs-source-dirs: source
    other-modules: Shellish
                   Benchmark
                   Config
                   Definitions
                   Dist
                   Graph
                   Report
                   Run
                   Standard
                   Download
                   TabularRST

source-repository head
  type:     darcs
  location: http://code.haskell.org/darcs/darcs-benchmark