@@ -175,14 +175,14 @@ Other enhancements:
175175* Added ` --candidate ` flag to ` upload ` command to upload a package candidate
176176 rather than publishing the package.
177177
178- * Error output using ` --no-interleaved-output ` no longer prepends indentating
178+ * Error output using ` --no-interleaved-output ` no longer prepends indenting
179179 whitespace. This allows emacs compilation-mode and vim quickfix to locate
180180 and track errors. See
181181 [ #5523 ] ( https://github.com/commercialhaskell/stack/pull/5523 )
182182
183183Bug fixes:
184184
185- * ` stack new ` now suppports branches other than ` master ` as default for
185+ * ` stack new ` now supports branches other than ` master ` as default for
186186 GitHub repositories. See
187187 [ #5422 ] ( https://github.com/commercialhaskell/stack/issues/5422 )
188188
@@ -209,10 +209,12 @@ Hackage-only release:
209209** Changes since v2.3.3**
210210
211211Major changes:
212+
212213* Add the ` snapshot-location-base ` yaml configuration option, which allows to
213214 override the default location of snapshot configuration files. This option
214215 affects how snapshot synonyms (LTS/Nightly) are expanded to URLs by the
215216 ` pantry ` library.
217+
216218* ` docker-network ` configuration key added to override docker ` --net ` arg
217219
218220Behavior changes:
@@ -258,7 +260,7 @@ Bug fixes:
258260* Fix the problem of ` stack repl foo:test:bar ` failing without a project
259261 build before that. See
260262 [ #5213 ] ( https://github.com/commercialhaskell/stack/issues/5213 )
261- * Fix ` stack sdist ` introducing unneded sublibrary syntax when using
263+ * Fix ` stack sdist ` introducing unnecessary sublibrary syntax when using
262264 pvp-bounds. See
263265 [ #5289 ] ( https://github.com/commercialhaskell/stack/issues/5289 )
264266
@@ -299,7 +301,7 @@ Release notes:
299301 * macOS: https://get.haskellstack.org/stable/osx-x86_64.tar.gz
300302 * Windows 64-bit: https://get.haskellstack.org/stable/windows-x86_64.zip
301303
302- As always, binaries for specific versions are available from the Github
304+ As always, binaries for specific versions are available from the GitHub
303305 releases: https://github.com/commercialhaskell/stack/releases .
304306
305307** Changes since v2.1.3.1**
@@ -581,7 +583,7 @@ Behavior changes:
581583* Interleaved output is now turned on by default, see
582584 [ #4702 ] ( https://github.com/commercialhaskell/stack/issues/4702 ) . In
583585 addition, the ` packagename> ` prefix is no longer included in
584- interelaved mode when only building a single target.
586+ interleaved mode when only building a single target.
585587* The ` -fhide-source-paths ` GHC option is now enabled by default and
586588 can be disabled via the ` hide-source-paths ` configuration option in
587589 ` stack.yaml ` . See
@@ -862,7 +864,7 @@ Behavior changes:
862864 optimizations/laziness. See:
863865 [ #4125 ] ( https://github.com/commercialhaskell/stack/issues/4125 ) .
864866* Mustache templating is not applied to large files (over 50kb) to
865- avoid performance degredation . See:
867+ avoid performance degradation . See:
866868 [ #4133 ] ( https://github.com/commercialhaskell/stack/issues/4133 ) .
867869* ` stack upload ` signs the package by default, as documented. ` --no-signature `
868870 turns the signing off.
@@ -898,7 +900,7 @@ Other enhancements:
898900 This should help with
899901 [ #3510 ] ( https://github.com/commercialhaskell/stack/issues/3510 ) .
900902* ` stack new ` now allows template names of the form ` username/foo ` to
901- download from a user other than ` commercialstack ` on Github , and can be
903+ download from a user other than ` commercialstack ` on GitHub , and can be
902904 prefixed with the service ` github: ` , ` gitlab: ` , or ` bitbucket: ` . See
903905 [ #4039 ] ( https://github.com/commercialhaskell/stack/issues/4039 )
904906* Switch to ` githash ` to include some unmerged bugfixes in ` gitrev `
@@ -1009,7 +1011,7 @@ Other enhancements:
10091011 that is compatible (rather than only checking a single one). This is
10101012 relevant on Linux where different distributions may have different
10111013 combinations of libtinfo 5/6, ncurses 5/6, and gmp 4/5, and will allow
1012- simpifying the setup-info metadata YAML for future GHC releases.
1014+ simplifying the setup-info metadata YAML for future GHC releases.
10131015* The build progress bar reports names of packages currently building.
10141016* ` stack setup --verbose ` causes verbose output of GHC configure process.
10151017 See [ #3716 ] ( https://github.com/commercialhaskell/stack/issues/3716 )
@@ -1481,7 +1483,7 @@ Behavior changes:
14811483
14821484* The default package metadata backend has been changed from Git to
14831485 the 01-index.tar.gz file, from the hackage-security project. This is
1484- intended to address some download speed issues from Github for
1486+ intended to address some download speed issues from GitHub for
14851487 people in certain geographic regions. There is now full support for
14861488 checking out specific Cabal file revisions from downloaded tarballs
14871489 as well. If you manually specify a package index with only a Git
@@ -1948,7 +1950,7 @@ Other enhancements:
19481950 [ #1620 ] ( https://github.com/commercialhaskell/stack/issues/1620 )
19491951* ` DESTDIR ` is filtered from environment when installing GHC. See
19501952 [ #1460 ] ( https://github.com/commercialhaskell/stack/issues/1460 )
1951- * ` stack haddock ` now supports ` --hadock -arguments ` . See
1953+ * ` stack haddock ` now supports ` --haddock -arguments ` . See
19521954 [ #2144 ] ( https://github.com/commercialhaskell/stack/issues/2144 )
19531955* Signing: warn if GPG_TTY is not set as per ` man gpg-agent `
19541956
0 commit comments