Name: test
cabal-version: > 1.1
Version: 1.0
copyright: filler for test suite
maintainer: Isaac Jones
synopsis: this package is really awesome.
Build-Depends: base
Other-Modules: B.A
Exposed-Modules: A
C-Sources: hello.c, c_src/hello.c
Extensions: ForeignFunctionInterface
x-darcs-repo: http://darcs.haskell.org/tmp
unknown-field: Filler.
Executable: testA
Other-Modules: A
Main-is: MainA.hs
C-Sources: c_src/hello.c
Extensions: OverlappingInstances
Executable: testB
Other-Modules: B.A
Main-is: B/MainB.hs
|