Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
7440d888
Commit
7440d888
authored
Mar 30, 2016
by
Edward Z. Yang
Browse files
Mention that build-tools can refer to locally defined executables.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
2d388c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/doc/developing-packages.markdown
View file @
7440d888
...
...
@@ -1413,8 +1413,10 @@ for these fields.
`
build-tools:
` _program list_
: A list of programs, possibly annotated with versions, needed to
build this package, e.g. `
c2hs >= 0.15, cpphs
`.If no version
build this package, e.g. `
c2hs >= 0.15, cpphs
`.
If no version
constraint is specified, any version is assumed to be acceptable.
`
build-tools
` can refer to locally defined executables, in which
case Cabal will make sure that executable is built first.
`
buildable:
` _boolean_ (default: `
True
`)
: Is the component buildable? Like some of the other fields below,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment