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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BuildToolDependsInternalMissing
/
tool-depends-missing.cabal
blob
958210aa10fb63875a34488a7fb0e5da0fe4d28e
1
name: build-tool-depends-missing
2
version: 0.1.0.0
3
synopsis: Checks build-tool-depends errs for bad version
4
license: BSD3
5
category: Testing
6
build-type: Simple
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: Foo
11
build-tool-depends: build-tool-depends-missing:hello-world
12
-- ^ missing internal dependency
13
default-language: Haskell2010