summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal01/test.cabal
blob: f49d8742daad1b5a01e43c0d68a0f8566ca532b0 (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, MainA
Main-is: MainA.hs
Extensions: OverlappingInstances

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