Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / cabal-testsuite / PackageTests / BenchmarkOptions / BenchmarkOptions.cabal
blob947a1857c8413d86f5eebc9cf5349d1ff8fecd71
1 name: BenchmarkOptions
2 version: 0.1
3 license: BSD3
4 author: Johan Tibell
5 stability: stable
6 category: PackageTests
7 build-type: Simple
8 cabal-version: >= 1.10
10 description:
11     Check that Cabal passes the correct test options to test suites.
13 executable dummy
14     default-language: Haskell2010
15     main-is: test-BenchmarkOptions.hs
16     build-depends: base
18 benchmark test-BenchmarkOptions
19     default-language: Haskell2010
20     main-is: test-BenchmarkOptions.hs
21     type: exitcode-stdio-1.0
22     build-depends: base