Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "lib" as an available comptype #3652

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/build_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ of different syntaxes supported for this list:
multiple ways to refer to a specific component (provided for convenience):

* `packagename:comptype:compname` is the most explicit. The available
comptypes are `exe`, `test`, and `bench`.
comptypes are `lib`, `exe`, `test`, and `bench`.
* Side note: When any `exe` component is specified, all of the package's executable components will be built. This is due to limitations in all currently released versions of Cabal. See [issue#1046](https://github.com/commercialhaskell/stack/issues/1406)
* `packagename:compname` allows you to leave off the component type, as
that will (almost?) always be redundant with the component name. For
Expand Down