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
/
License
/
NoneLicense
/
pkg.cabal
blob
922a082c2b093c9b30db9bcf899754306b11c475
1
cabal-version: 3.0
2
name: pkg
3
version: 0
4
category: example
5
maintainer: none@example.com
6
synopsis: synopsis
7
description: description
8
license: NONE
9
10
library
11
exposed-modules: Foo
12
default-language: Haskell2010