-
Notifications
You must be signed in to change notification settings - Fork 711
Quickstart guide refers to v2-
commands
#9086
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
Comments
@tomjaguarpaw my view is: absolutely, please go ahead with the PR. Unless someone more experienced raises a substantial concern, we'll merge it. Previews stub at fixing docs w.r.t.
The page you're reporting has been reported before: A more generic discussion on the topic: |
Thanks, I submitted #9087 |
While people are thinking about this, when I recently submitted a cabal bug the reporting template told me to explicitly use |
@geekosaur by all means. I added a checkbox in #8511 Contributions are welcome! |
I'm the "user in the wild" mentioned in the bug report. I just ran into the same thing that @geekosaur said:
I assume that I can drop the v2 prefix? |
@seanhess yes, you can. Perhaps, you'd like to submit a patch removing |
Remove v2-prefix from Quickstart guide Closes #9086 (cherry picked from commit b3953e3) * Clarify what build is Co-authored-by: Artem Pelenitsyn <[email protected]> (cherry picked from commit 1f5c00d)
Describe the bug
The Quickstart guide refers to
v2-
commands.v2-
can be omitted (since at leastcabal-install
version 3) and I understand it's common practice to do so. Therefore I think the Quickstart guide should do so.To Reproduce
Read The Quickstart guide. For example, it says
$ cabal v2-build
Expected behavior
The Quickstart guide should say
$ cabal build
.System information
A web browser.
Additional context
This issue confused a (potential) user in the real world.
I am willing to make the necessary edits if the cabal maintainers agree that this is indeed a bug.
The text was updated successfully, but these errors were encountered: