File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,15 @@ Other enhancements:
2424 with new ` --no-strip ` , ` --no-library-stripping ` , and ` --no-executable-shipping ` flags,
2525 closing [ #877 ] ( https://github.com/commercialhaskell/stack/issues/877 ) .
2626 Also turned error message for missing targets more readable ([ #2384 ] ( https://github.com/commercialhaskell/stack/issues/2384 ) )
27- * ` stack haddock ` now shows index.html paths when documentation is alread up to
27+ * ` stack haddock ` now shows index.html paths when documentation is already up to
2828 date. Resolved [ #781 ] ( https://github.com/commercialhaskell/stack/issues/781 )
2929* Respects the ` custom-setup ` field introduced in Cabal 1.24. This
3030 supercedes any ` explicit-setup-deps ` settings in your ` stack.yaml `
3131 and trusts the package's ` .cabal ` file to explicitly state all its
3232 dependencies.
33+ * If system package installation fails, ` stack ` won't be installed. Also shows a
34+ warning suggesting to run ` apt-get update ` or similar, depending on the OS.
35+ ([ #2898 ] ( https://github.com/commercialhaskell/stack/issues/2898 ) )
3336
3437Bug fixes:
3538
You can’t perform that action at this time.
0 commit comments