File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,14 @@ Examples:
87
87
stack build --stack-yaml=… --haddock --test --bench --no-run-benchmarks
88
88
~~~
89
89
90
- 7. Ensure the integration tests pass on Linux, macOS and Windows.
90
+ 7. The Windows installer is built using an
91
+ [NSIS compiler](https://nsis.sourceforge.io/Main_Page). Check that the NSIS
92
+ compiler that will be used is capable of handling
93
+ [large strings](https://nsis.sourceforge.io/Special_Builds).
91
94
92
- 8. Some people prefer, or need, to build Stack with Cabal (the tool). Check
95
+ 8. Ensure the integration tests pass on Linux, macOS and Windows.
96
+
97
+ 9. Some people prefer, or need, to build Stack with Cabal (the tool). Check
93
98
that `cabal.project` is up to date (the specified `with-compiler:`). Check
94
99
that `cabal.config` is up to date and is not missing dependencies relevant
95
100
on Windows and non-Windows operating systems, following the instructions in
You can’t perform that action at this time.
0 commit comments