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
Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Regression
/
T4986
/
client
/
client.cabal
blob
de5997dba36e7ecf546626bc5670c65df347a279
1
name: client
2
version: 0.1.0.0
3
synopsis: Checks build-tools 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-tools: happy
13
build-tool-depends: happy:happy
14
default-language: Haskell2010