summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal01/test.cabal
blob: b5c3b74ebe218b16af29c7c9fd4f2251450f967f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name: test
Version: 1.0
Exposed-Modules: A
Other-Modules: B.A
C-Sources: hello.c, c_src/hello.c
Extensions: ForeignFunctionInterface
Build-depends: base>=1.0

Executable: testA
Other-Modules: A
Main-is: MainA.hs
Extensions: OverlappingInstances

Executable: testB
Other-Modules: A, B.A
Main-is: B/MainB.hs