File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,9 @@ By default:
39
39
For futher information, see the
40
40
[ ` pvp-bounds ` ] ( ../configure/yaml/non-project.md#pvp-bounds ) non-project
41
41
specific configuration option documentation.
42
+
43
+ !!! note
44
+
45
+ Stack checks a package for common mistakes using checks provided by Cabal
46
+ (the library). The version of Cabal used by Stack to check may be
47
+ older than the version used by Stack to build.
Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ uploads the package to Hackage.
43
43
44
44
By default:
45
45
46
- * the command will check each package for common mistakes. Pass the flag
47
- ` --ignore-check ` to disable such checks;
46
+ * the command will check each package for common mistakes. For further
47
+ information, see the [ ` stack sdist ` command] ( sdist_command.md ) documentation.
48
+ Pass the flag ` --ignore-check ` to disable such checks; and
48
49
49
50
* Stack will not test the resulting package archive. Pass the flag
50
51
` --test-tarball ` to cause Stack to test each resulting package archive, by
You can’t perform that action at this time.
0 commit comments