Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / Check / ConfiguredPackage / Sanity / CMainIsVersionTestsuite / pkg.cabal
blobf630ad2f7ef1a587761fc2539bd5e8355bc25449
1 cabal-version: 1.12
2 build-type: Custom
3 name: pkg
4 synopsis: synopsis
5 description: description
6 version: 0
7 category: example
8 maintainer: none@example.com
9 license: GPL-3
10 license-file: LICENSE
12 custom-setup
14 test-suite test
15     main-is: main.c
16     default-language: Haskell2010
17     type: exitcode-stdio-1.0