(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / PreProcess / Basic / my.cabal
blobb69d01664133b608cc93c6c2deaf4292442d3086
1 name: PreProcess
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.2
10 description:
11     Check that preprocessors are run.
13 Library
14     exposed-modules: Foo
15     build-depends: base
17 Executable my-executable
18     main-is: Main.hs
19     other-modules: Foo
20     build-depends: base
22 Test-Suite my-test-suite
23     main-is: Main.hs
24     type: exitcode-stdio-1.0
25     other-modules: Foo
26     build-depends: base
28 Benchmark my-benchmark
29     main-is: Main.hs
30     type: exitcode-stdio-1.0
31     other-modules: Foo
32     build-depends: base