Skip to content

Commit ee7d219

Browse files
committed
Update ChangeLog
1 parent 1986b5d commit ee7d219

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3437
Bug fixes:
3538

0 commit comments

Comments
 (0)