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
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Check
/
ConfiguredPackage
/
CabalVersion
/
ExtraDoc
/
pkg.cabal
blob
c065e8bf712f8c534d2620c082987cef0e131af3
1
cabal-version: >= 1.10
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
license-file: LICENSE
11
extra-doc-files: docs
12
13
test-suite test
14
main-is: Main.hs
15
type: exitcode-stdio-1.0
16
default-language: Haskell2010