@@ -165,14 +165,14 @@ Other enhancements:
165165* Added ` --candidate ` flag to ` upload ` command to upload a package candidate
166166 rather than publishing the package.
167167
168- * Error output using ` --no-interleaved-output ` no longer prepends indentating
168+ * Error output using ` --no-interleaved-output ` no longer prepends indenting
169169 whitespace. This allows emacs compilation-mode and vim quickfix to locate
170170 and track errors. See
171171 [ #5523 ] ( https://github.com/commercialhaskell/stack/pull/5523 )
172172
173173Bug fixes:
174174
175- * ` stack new ` now suppports branches other than ` master ` as default for
175+ * ` stack new ` now supports branches other than ` master ` as default for
176176 GitHub repositories. See
177177 [ #5422 ] ( https://github.com/commercialhaskell/stack/issues/5422 )
178178
@@ -250,7 +250,7 @@ Bug fixes:
250250* Fix the problem of ` stack repl foo:test:bar ` failing without a project
251251 build before that. See
252252 [ #5213 ] ( https://github.com/commercialhaskell/stack/issues/5213 )
253- * Fix ` stack sdist ` introducing unneded sublibrary syntax when using
253+ * Fix ` stack sdist ` introducing unnecessary sublibrary syntax when using
254254 pvp-bounds. See
255255 [ #5289 ] ( https://github.com/commercialhaskell/stack/issues/5289 )
256256
@@ -291,7 +291,7 @@ Release notes:
291291 * macOS: https://get.haskellstack.org/stable/osx-x86_64.tar.gz
292292 * Windows 64-bit: https://get.haskellstack.org/stable/windows-x86_64.zip
293293
294- As always, binaries for specific versions are available from the Github
294+ As always, binaries for specific versions are available from the GitHub
295295 releases: https://github.com/commercialhaskell/stack/releases .
296296
297297** Changes since v2.1.3.1**
@@ -573,7 +573,7 @@ Behavior changes:
573573* Interleaved output is now turned on by default, see
574574 [ #4702 ] ( https://github.com/commercialhaskell/stack/issues/4702 ) . In
575575 addition, the ` packagename> ` prefix is no longer included in
576- interelaved mode when only building a single target.
576+ interleaved mode when only building a single target.
577577* The ` -fhide-source-paths ` GHC option is now enabled by default and
578578 can be disabled via the ` hide-source-paths ` configuration option in
579579 ` stack.yaml ` . See
@@ -854,7 +854,7 @@ Behavior changes:
854854 optimizations/laziness. See:
855855 [ #4125 ] ( https://github.com/commercialhaskell/stack/issues/4125 ) .
856856* Mustache templating is not applied to large files (over 50kb) to
857- avoid performance degredation . See:
857+ avoid performance degradation . See:
858858 [ #4133 ] ( https://github.com/commercialhaskell/stack/issues/4133 ) .
859859* ` stack upload ` signs the package by default, as documented. ` --no-signature `
860860 turns the signing off.
@@ -890,7 +890,7 @@ Other enhancements:
890890 This should help with
891891 [ #3510 ] ( https://github.com/commercialhaskell/stack/issues/3510 ) .
892892* ` stack new ` now allows template names of the form ` username/foo ` to
893- download from a user other than ` commercialstack ` on Github , and can be
893+ download from a user other than ` commercialstack ` on GitHub , and can be
894894 prefixed with the service ` github: ` , ` gitlab: ` , or ` bitbucket: ` . See
895895 [ #4039 ] ( https://github.com/commercialhaskell/stack/issues/4039 )
896896* Switch to ` githash ` to include some unmerged bugfixes in ` gitrev `
@@ -1001,7 +1001,7 @@ Other enhancements:
10011001 that is compatible (rather than only checking a single one). This is
10021002 relevant on Linux where different distributions may have different
10031003 combinations of libtinfo 5/6, ncurses 5/6, and gmp 4/5, and will allow
1004- simpifying the setup-info metadata YAML for future GHC releases.
1004+ simplifying the setup-info metadata YAML for future GHC releases.
10051005* The build progress bar reports names of packages currently building.
10061006* ` stack setup --verbose ` causes verbose output of GHC configure process.
10071007 See [ #3716 ] ( https://github.com/commercialhaskell/stack/issues/3716 )
@@ -1473,7 +1473,7 @@ Behavior changes:
14731473
14741474* The default package metadata backend has been changed from Git to
14751475 the 01-index.tar.gz file, from the hackage-security project. This is
1476- intended to address some download speed issues from Github for
1476+ intended to address some download speed issues from GitHub for
14771477 people in certain geographic regions. There is now full support for
14781478 checking out specific Cabal file revisions from downloaded tarballs
14791479 as well. If you manually specify a package index with only a Git
@@ -1940,7 +1940,7 @@ Other enhancements:
19401940 [ #1620 ] ( https://github.com/commercialhaskell/stack/issues/1620 )
19411941* ` DESTDIR ` is filtered from environment when installing GHC. See
19421942 [ #1460 ] ( https://github.com/commercialhaskell/stack/issues/1460 )
1943- * ` stack haddock ` now supports ` --hadock -arguments ` . See
1943+ * ` stack haddock ` now supports ` --haddock -arguments ` . See
19441944 [ #2144 ] ( https://github.com/commercialhaskell/stack/issues/2144 )
19451945* Signing: warn if GPG_TTY is not set as per ` man gpg-agent `
19461946
0 commit comments