packages feed

hackport-0.8.0.0: cabal/cabal-benchmarks/cabal-benchmarks.cabal

cabal-version:      2.2
name:               cabal-benchmarks
version:            3
copyright:          2003-2022, Cabal Development Team (see AUTHORS file)
license:            BSD-3-Clause
license-file:       LICENSE
author:             Cabal Development Team <cabal-devel@haskell.org>
maintainer:         cabal-devel@haskell.org
homepage:           http://www.haskell.org/cabal/
bug-reports:        https://github.com/haskell/cabal/issues
synopsis:           Benchmarks for the cabal dependency solver
description:
  This package contains benchmarks that test cabal's dependency solver by running the cabal executable.

category:           Distribution
build-type:         Simple
extra-source-files: README.md

source-repository head
  type:     git
  location: https://github.com/haskell/cabal/
  subdir:   cabal-benchmarks

test-suite cabal-benchmarks
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  main-is:          CabalBenchmarks.hs
  hs-source-dirs:   bench
  ghc-options:      -threaded -Wall -fwarn-tabs
  build-depends:
      base
    , bytestring
    , Cabal-syntax
    , criterion   >=1.5.6.2 && <1.6