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
/
HaddockWarn
/
example.cabal
blob
a67edc97cabb5f7812827c79f6d13ce021d6fd82
1
name: example
2
version: 1.0
3
build-type: Simple
4
cabal-version: >= 1.10
5
6
7
executable example
8
main-is: Main.hs
9
build-depends: base
10
default-language: Haskell2010
11