-
Notifications
You must be signed in to change notification settings - Fork 843
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
fix(doc/commands/haddock_command.md): mismatching header for command name #6658
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also updates `stack init` messages to take advantage of that.
Fix #6628 Treat consecutive line ends as a single blank line
Fix #6630 Also take exectutable file name into account, for '`stack`'
Re #6630 Add `progName`, `mExecutablePath` to `GlobalOpts`
Re #6633 Refactor `Stack.Docker` vis-a-vis `keepStdinOpen`
Fix #6633 If not detached, always use Docker -i flag
Dev Containers: Update handling of timezone setting
Fix #6647 Trigger S-8432 whenever space in Stack's 'programs' directory
…g actions
Fix #6643 Respect `--no-run-tests`, `--no-run-benchmarks` when listing actions
Re #5994 - Bump dependency on tls to tls-2.1.0
Fix #6653 Change `StackSetupShim.hs` for `Cabal-3.14.0.0`
Fix #6655 Specify hi-file-parser >= 0.1.7.0
@andwu137, thanks! But please can you target the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Found that the documentation has a mismatching header for the command name
stack bench
instead ofstack haddock
.Is not affected by the version of stack, so I've put this on the master branch.
No tests are necessary.