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
Reimplement `cabal check` (#8427)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Check
/
ConfiguredPackage
/
Sanity
/
CMainIsVersion
/
pkg.cabal
blob
67c7c77e304f3f3d82261d773aeec9fed20f63b9
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
executable exe
15
main-is: main.c
16
default-language: Haskell2010