Skip to content

Commit 8b75800

Browse files
committed
Further edits to stack sdist documentation
1 parent 901a6b4 commit 8b75800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/sdist_command.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ archive ('tarball') in the format produced by Cabal's `sdist` action.
1313
`stack sdist` generates a file for your package, in the format accepted by
1414
Hackage for uploads. The command will report the location of the generated file.
1515

16-
## The `stack sdist --ignore-check` flag
16+
## `--ignore-check` flag
1717

1818
Pass the flag to disable checks of the package for common mistakes. By default,
1919
the command will check the package for common mistakes.
2020

21-
## The `stack sdist --pvp-bounds` option
21+
## `--pvp-bounds` option
2222

2323
The `--pvp-bounds <pvp_bounds_mode>` option determines whether and, if so, how
2424
PVP version bounds should be added to the Cabal file of the package. The
@@ -29,12 +29,12 @@ available modes for use with Cabal file revisions are `lower-revision`,
2929
For futher information, see the
3030
[YAML configuration](yaml_configuration.md#pvp-bounds) documentation.
3131

32-
## The `stack sdist --tar-dir` option
32+
## `--tar-dir` option
3333

3434
The `--tar-dir <path_to_directory>` option determines whether the package
3535
archive should be copied to the specified directory.
3636

37-
## The `stack sdist --[no-]test-tarball` flag
37+
## `--[no-]test-tarball` flag
3838

3939
Default: Disabled
4040

0 commit comments

Comments
 (0)