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
/
NewBuild
/
T4450
/
dep
/
dep.cabal
blob
7b20e20956be07b832390654a25bed7172054dfb
1
name: dep
2
version: 1.0
3
build-type: Simple
4
cabal-version: >= 1.10
5
6
library
7
exposed-modules: Dep
8
build-depends: T4450, base
9
default-language: Haskell2010