@@ -62,7 +62,7 @@ Behavior changes:
6262* The ` package-indices ` setting with Hackage no longer works with the
6363 ` 00-index.tar.gz ` tarball, but must use the ` 01-index.tar.gz ` file
6464 to allow revised packages to be found.
65- * Options passsed via ` --ghci-options ` are now passed to the end of the
65+ * Options passed via ` --ghci-options ` are now passed to the end of the
6666 invocation of ghci, instead of the middle. This allows using ` +RTS `
6767 without an accompanying ` -RTS ` .
6868* When auto-detecting ` --ghc-build ` , ` tinfo6 ` is now preferred over
@@ -153,7 +153,7 @@ Other enhancements:
153153* Stack will now try to detect the width of the running terminal
154154 (only on POSIX for the moment) and use that to better display
155155 output messages. Work is ongoing, so some messages will not
156- be optimal yet. The terminal width can be overriden with the
156+ be optimal yet. The terminal width can be overridden with the
157157 new ` --terminal-width ` command-line option (this works even on
158158 non-POSIX).
159159* Passing non local packages as targets to ` stack ghci ` will now
@@ -427,7 +427,7 @@ Other enhancements:
427427* The script interpreter will now output error logging. In particular,
428428 this means it will output info about plan construction errors.
429429 ([ #2879 ] ( https://github.com/commercialhaskell/stack/issues/2879 ) )
430- * ` stack ghci ` now takes ` --flag ` and ` --ghc-options ` again (inadverently
430+ * ` stack ghci ` now takes ` --flag ` and ` --ghc-options ` again (inadvertently
431431 removed in 1.3.0).
432432 ([ #2986 ] ( https://github.com/commercialhaskell/stack/issues/2986 ) )
433433* ` stack exec ` now takes ` --rts-options ` which passes the given arguments inside of
@@ -699,7 +699,7 @@ Other enhancements:
699699* Parse CLI arguments and configuration files into less permissive types,
700700 improving error messages for bad inputs.
701701 [ #2267 ] ( https://github.com/commercialhaskell/stack/issues/2267 )
702- * Add the ability to explictly specify a gcc executable.
702+ * Add the ability to explicitly specify a gcc executable.
703703 [ #593 ] ( https://github.com/commercialhaskell/stack/issues/593 )
704704* Nix: No longer uses LTS mirroring in nixpkgs. Gives to nix-shell a derivation
705705 like ` haskell.compiler.ghc801 `
@@ -1106,7 +1106,7 @@ Other enhancements:
11061106 [ docs] ( http://docs.haskellstack.org/en/stable/yaml_configuration/#image )
11071107- Specify which executables to include in images for ` stack image container `
11081108 [ docs] ( http://docs.haskellstack.org/en/stable/yaml_configuration/#image )
1109- - Docker: pass supplemantary groups and umask into container
1109+ - Docker: pass supplementary groups and umask into container
11101110- If git fetch fails wipe the directory and try again from scratch
11111111 [ #1418 ] ( https://github.com/commercialhaskell/stack/issues/1418 )
11121112- Warn if newly installed executables won't be available on the PATH
@@ -1165,7 +1165,7 @@ Enhancements:
11651165 profiling, but instead of generating a report for ` --bench ` and
11661166 ` --test ` , prints out a stack trace on exception. Great for using
11671167 like ` stack build --test --trace `
1168- * Nix: all options can be overriden on command line
1168+ * Nix: all options can be overridden on command line
11691169 [ #1483 ] ( https://github.com/commercialhaskell/stack/issues/1483 )
11701170* Nix: build environments (shells) are now pure by default.
11711171* Make verbosity silent by default in script interpreter mode
@@ -1278,7 +1278,7 @@ Bug fixes:
12781278 [ #1401 ] ( https://github.com/commercialhaskell/stack/issues/1401 )
12791279* GHCi: cpp-options in cabal files weren't used
12801280 [ #1419 ] ( https://github.com/commercialhaskell/stack/issues/1419 )
1281- * Benchmarks couldn't be run independently of eachother
1281+ * Benchmarks couldn't be run independently of each other
12821282 [ #1412 ] ( https://github.com/commercialhaskell/stack/issues/1412 )
12831283* Send output of building setup to stderr
12841284 [ #1410 ] ( https://github.com/commercialhaskell/stack/issues/1410 )
@@ -1465,7 +1465,7 @@ Other enhancements:
14651465
14661466* Added the ` --docker-env ` argument, to set environment variables in Docker container.
14671467* Set locale environment variables to UTF-8 encoding for builds to avoid "commitBuffer: invalid argument" errors from GHC [ #793 ] ( https://github.com/commercialhaskell/stack/issues/793 )
1468- * Enable translitation for encoding on stdout and stderr [ #824 ] ( https://github.com/commercialhaskell/stack/issues/824 )
1468+ * Enable transliteration for encoding on stdout and stderr [ #824 ] ( https://github.com/commercialhaskell/stack/issues/824 )
14691469* By default, ` stack upgrade ` automatically installs GHC as necessary [ #797 ] ( https://github.com/commercialhaskell/stack/issues/797 )
14701470* Added the ` ghc-options ` field to stack.yaml [ #796 ] ( https://github.com/commercialhaskell/stack/issues/796 )
14711471* Added the ` extra-path ` field to stack.yaml
0 commit comments