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
Improve online docs for `includes:` field
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Check
/
ConfiguredPackage
/
Sanity
/
CMainIsVersionTestsuite
/
pkg.cabal
blob
f630ad2f7ef1a587761fc2539bd5e8355bc25449
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
11
12
custom-setup
13
14
test-suite test
15
main-is: main.c
16
default-language: Haskell2010
17
type: exitcode-stdio-1.0