repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
PreProcess
/
Basic
/
my.cabal
blob
b69d01664133b608cc93c6c2deaf4292442d3086
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
9
10
description:
11
Check that preprocessors are run.
12
13
Library
14
exposed-modules: Foo
15
build-depends: base
16
17
Executable my-executable
18
main-is: Main.hs
19
other-modules: Foo
20
build-depends: base
21
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
27
28
Benchmark my-benchmark
29
main-is: Main.hs
30
type: exitcode-stdio-1.0
31
other-modules: Foo
32
build-depends: base