File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1425,7 +1425,7 @@ modified version of a dependency that hasn't yet been released upstream.
14251425
14261426Please note that when adding upstream packages directly to your project it is
14271427important to distinguish _local packages_ from the upstream _dependency
1428- packages_. Otherwise you may have trouble running `stack GHCi `. See
1428+ packages_. Otherwise you may have trouble running `stack ghci `. See
14291429[stack.yaml documentation](yaml_configuration.md#packages) for more details.
14301430
14311431# # Flags and GHC options
Original file line number Diff line number Diff line change 8282
8383### Using Homebrew
8484
85- If you have a popular [ brew] ( http ://brew.sh/) tool installed, you can just do:
85+ If you have the popular [ brew] ( https ://brew.sh/) tool installed, you can just do:
8686
8787 brew install haskell-stack
8888
@@ -91,7 +91,7 @@ but tend to be updated within a day or two.
9191* Normally, Homebrew will install from a pre-built binary (aka "pour from a
9292bottle"), but if ` brew ` starts trying to build everything from source (which
9393will take hours), see
94- [ their FAQ on the topic] ( https://github.com/Homebrew/homebrew /blob/master/share/doc/homebrew /FAQ.md#why-do-you-compile-everything ) .
94+ [ their FAQ on the topic] ( https://github.com/Homebrew/brew /blob/master/docs /FAQ.md#why-do-you-compile-everything ) .
9595
9696### Notes
9797
You can’t perform that action at this time.
0 commit comments