Skip to content

Commit 0083fd2

Browse files
committed
More information about stack sdist options
1 parent 6be3b71 commit 0083fd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/GUIDE_advanced.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,15 @@ Hackage only accepts packages for uploading in a standard form, a compressed
7979
archive ('tarball') in the format produced by Cabal's `sdist` action.
8080

8181
`stack sdist` generates an file for your package, in the format accepted by
82-
Hackage for uploads.
82+
Hackage for uploads. The command will report the location of the generated file.
83+
The location can be changed from the default using the
84+
`--tar-dir <path_to_directory` option.
8385

8486
By default, the command will check the package for common mistakes. This can be
8587
disabled with the flag `--ignore-check`.
8688

8789
Setting the flag `--test-tarball` will cause Stack to attempt to build the
88-
resulting package, to test it.
90+
resulting package archive, to test it.
8991

9092
## The `stack templates` command
9193

0 commit comments

Comments
 (0)