Skip to content

Commit

Permalink
Delete verbosity option guidance
Browse files Browse the repository at this point in the history
After the fix for commercialhaskell#1472 the guidance about --verbosity silent is not needed.
  • Loading branch information
harendra-kumar committed Dec 11, 2015
1 parent 0985d76 commit 8ee9293
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1411,16 +1411,12 @@ of a multi line block comment:
```
#!/usr/bin/env stack
{- stack
--verbosity silent
--resolver lts-3.2
--install-ghc
runghc
--package turtle
-}
```
You can use the `--verbosity silent` option to suppress the informational
output generated by stack which may be undesirable in a script context.
## Finding project configs, and the implicit global
Whenever you run something with stack, it needs a stack.yaml project file. The
Expand Down

0 comments on commit 8ee9293

Please sign in to comment.