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 test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BuildToolDepends
/
client
/
client.cabal
blob
2ca4afacdc37f73957a97fc078baa41d3217d67b
1
name: client
2
version: 0.1.0.0
3
synopsis: Checks build-tool-depends are put in PATH
4
license: BSD3
5
category: Testing
6
build-type: Simple
7
cabal-version: >=1.10
8
9
executable hello-world
10
main-is: Hello.hs
11
build-depends: base
12
build-tool-depends: pre-proc:zero-to-one
13
default-language: Haskell2010