Skip to content

Commit

Permalink
Add --install-ghc in stack init doc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jan 19, 2016
1 parent ddd3960 commit 0149ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,11 @@ You can also init with a compiler resolver if you do not want to use a
snapshot. That will result in all of your project's dependencies being put
under the `extra-deps` section.

#### Installing the compiler

You can install the required compiler if not already installed by using the
`--install-ghc` flag with the `stack init` command.

#### Miscellaneous and diagnostics

_Duplicate package names_: If multiple packages under the directory tree have
Expand Down

0 comments on commit 0149ba5

Please sign in to comment.