File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,17 @@ options for viewing only lts (`-l`) and nightly (`-n`) snapshots.
75
75
76
76
## The ` stack sdist ` command
77
77
78
- ` stack sdist ` generates an uploading tarball containing your package code.
78
+ Hackage only accepts packages for uploading in a standard form, a compressed
79
+ archive ('tarball') in the format produced by Cabal's ` sdist ` action.
80
+
81
+ ` stack sdist ` generates an file for your package, in the format accepted by
82
+ Hackage for uploads.
83
+
84
+ By default, the command will check the package for common mistakes. This can be
85
+ disabled with the flag ` --ignore-check ` .
86
+
87
+ Setting the flag ` --test-tarball ` will cause Stack to attempt to build the
88
+ resulting package, to test it.
79
89
80
90
## The ` stack templates ` command
81
91
You can’t perform that action at this time.
0 commit comments