2 name: solver-benchmarks
4 copyright: 2003-2022, 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.
14 category: Distribution
20 source-repository head
22 location: https://github.com/haskell/cabal/
23 subdir: solver-benchmarks
26 ghc-options: -Wall -fwarn-tabs
30 async >=2.2.2 && <2.3,
40 statistics >= 0.14 && < 0.16,
42 default-language: Haskell2010
44 executable hackage-benchmark
45 main-is: hackage-benchmark.hs
47 ghc-options: -threaded -Wall -fwarn-tabs
51 default-language: Haskell2010
54 type: exitcode-stdio-1.0
55 main-is: HackageBenchmarkTest.hs
57 ghc-options: -threaded -Wall -fwarn-tabs
61 statistics >= 0.14 && < 0.16,
64 default-language: Haskell2010