@@ -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
@@ -258,7 +258,7 @@ Bug fixes:
258258* Fix the problem of ` stack repl foo:test:bar ` failing without a project
259259 build before that. See
260260 [ #5213 ] ( https://github.com/commercialhaskell/stack/issues/5213 )
261- * Fix ` stack sdist ` introducing unneded sublibrary syntax when using
261+ * Fix ` stack sdist ` introducing unnecessary sublibrary syntax when using
262262 pvp-bounds. See
263263 [ #5289 ] ( https://github.com/commercialhaskell/stack/issues/5289 )
264264
@@ -299,7 +299,7 @@ Release notes:
299299 * macOS: https://get.haskellstack.org/stable/osx-x86_64.tar.gz
300300 * Windows 64-bit: https://get.haskellstack.org/stable/windows-x86_64.zip
301301
302- As always, binaries for specific versions are available from the Github
302+ As always, binaries for specific versions are available from the GitHub
303303 releases: https://github.com/commercialhaskell/stack/releases .
304304
305305** Changes since v2.1.3.1**
@@ -581,7 +581,7 @@ Behavior changes:
581581* Interleaved output is now turned on by default, see
582582 [ #4702 ] ( https://github.com/commercialhaskell/stack/issues/4702 ) . In
583583 addition, the ` packagename> ` prefix is no longer included in
584- interelaved mode when only building a single target.
584+ interleaved mode when only building a single target.
585585* The ` -fhide-source-paths ` GHC option is now enabled by default and
586586 can be disabled via the ` hide-source-paths ` configuration option in
587587 ` stack.yaml ` . See
@@ -862,7 +862,7 @@ Behavior changes:
862862 optimizations/laziness. See:
863863 [ #4125 ] ( https://github.com/commercialhaskell/stack/issues/4125 ) .
864864* Mustache templating is not applied to large files (over 50kb) to
865- avoid performance degredation . See:
865+ avoid performance degradation . See:
866866 [ #4133 ] ( https://github.com/commercialhaskell/stack/issues/4133 ) .
867867* ` stack upload ` signs the package by default, as documented. ` --no-signature `
868868 turns the signing off.
@@ -898,7 +898,7 @@ Other enhancements:
898898 This should help with
899899 [ #3510 ] ( https://github.com/commercialhaskell/stack/issues/3510 ) .
900900* ` 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
901+ download from a user other than ` commercialstack ` on GitHub , and can be
902902 prefixed with the service ` github: ` , ` gitlab: ` , or ` bitbucket: ` . See
903903 [ #4039 ] ( https://github.com/commercialhaskell/stack/issues/4039 )
904904* Switch to ` githash ` to include some unmerged bugfixes in ` gitrev `
@@ -1009,7 +1009,7 @@ Other enhancements:
10091009 that is compatible (rather than only checking a single one). This is
10101010 relevant on Linux where different distributions may have different
10111011 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.
1012+ simplifying the setup-info metadata YAML for future GHC releases.
10131013* The build progress bar reports names of packages currently building.
10141014* ` stack setup --verbose ` causes verbose output of GHC configure process.
10151015 See [ #3716 ] ( https://github.com/commercialhaskell/stack/issues/3716 )
@@ -1481,7 +1481,7 @@ Behavior changes:
14811481
14821482* The default package metadata backend has been changed from Git to
14831483 the 01-index.tar.gz file, from the hackage-security project. This is
1484- intended to address some download speed issues from Github for
1484+ intended to address some download speed issues from GitHub for
14851485 people in certain geographic regions. There is now full support for
14861486 checking out specific Cabal file revisions from downloaded tarballs
14871487 as well. If you manually specify a package index with only a Git
@@ -1948,7 +1948,7 @@ Other enhancements:
19481948 [ #1620 ] ( https://github.com/commercialhaskell/stack/issues/1620 )
19491949* ` DESTDIR ` is filtered from environment when installing GHC. See
19501950 [ #1460 ] ( https://github.com/commercialhaskell/stack/issues/1460 )
1951- * ` stack haddock ` now supports ` --hadock -arguments ` . See
1951+ * ` stack haddock ` now supports ` --haddock -arguments ` . See
19521952 [ #2144 ] ( https://github.com/commercialhaskell/stack/issues/2144 )
19531953* Signing: warn if GPG_TTY is not set as per ` man gpg-agent `
19541954
0 commit comments