4 copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
7 author: Cabal Development Team <cabal-devel@haskell.org>
8 maintainer: cabal-devel@haskell.org
9 homepage: http://www.haskell.org/cabal/
10 bug-reports: https://github.com/haskell/cabal/issues
11 synopsis: Benchmarks for the cabal dependency solver
13 This package contains benchmarks that test cabal's dependency solver by running the cabal executable.
15 category: Distribution
17 extra-source-files: README.md
19 source-repository head
21 location: https://github.com/haskell/cabal/
22 subdir: cabal-benchmarks
24 test-suite cabal-benchmarks
25 default-language: Haskell2010
26 type: exitcode-stdio-1.0
27 main-is: CabalBenchmarks.hs
29 ghc-options: -threaded -Wall -fwarn-tabs
34 , criterion >=1.5.6.2 && <1.6