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
Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Check
/
PackageFiles
/
ExtensionMatch
/
pkg.cabal
blob
86a249bd76c1c0908d6c16614416a15284480460
1
cabal-version: 2.0
2
build-type: Simple
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
extra-doc-files: ***.html
11
license-file: LICENSE
12
13
library
14
exposed-modules: Foo
15
default-language: Haskell2010