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

Regen cabal help after #9583 #10545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 cabal-install/src/Distribution/Client/CmdPath.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pathCommand :: CommandUI (NixStyleFlags PathFlags)
pathCommand =
CommandUI
{ commandName = "path"
, commandSynopsis = "Query for simple project information"
, commandSynopsis = "Query for simple project information."
, commandDescription = Just $ \_ ->
wrapText $
"Query for configuration and project information such as project GHC.\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/cabal-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Commands
[global]
user-config Display and update the user's global cabal configuration.
help Help about commands.
path Display paths used by cabal.

[package database]
update Updates list of known packages.
Expand All @@ -36,6 +35,7 @@ Commands
freeze Freeze dependencies.
gen-bounds Generate dependency bounds.
outdated Check for outdated dependencies.
path Query for simple project information.

[project building and installing]
build Compile targets within the project.
Expand Down
Loading