stack ide
commands¶
stack ide COMMAND
Available commands:
packages List all available local loadable packages
targets List all available Stack targets
The stack ide
commands provide information that may be of use in an integrated development environment (IDE). See stack ide
for the available commands.
stack ide packages
command¶
stack ide packages [--stdout] [--cabal-files]
stack ide packages
lists all available project packages that are loadable.
By default:
--stdout
to change to the standard output stream; and--cabal-files
to change to the full path to the package's Cabal file.stack ide targets
command¶
stack ide targets [--exes] [--tests] [--benchmarks] [--stdout]
stack ide targets
lists all available Stack targets. Alternatively, pass one or more of the flags --exes
, --tests
and --benchmarks
to list only targets of those component types.
By default, its output is sent to the standard error stream. Pass the flag --stdout
to change to the standard output stream.
For example, for the Stack project itself, command:
cd stack
stack ide targets
and the output from the second command is:
stack:lib
stack:exe:stack
stack:exe:stack-integration-test
stack:test:stack-unit-test
or command:
and the output is:
stack:exe:stack
stack:exe:stack-integration-test
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4