stack init is not really optional

stack build complains if there is no stack.yaml so the previous comment is misleading for people who don't know what stack init does.
This commit is contained in:
Thomas Koch 2016-07-23 12:14:31 +02:00 committed by GitHub
parent 24e6d6865a
commit 70ee447ff1

View file

@ -38,7 +38,7 @@ The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this:
$ cd my-site
$ stack init # To create stack.yaml
$ stack init # creates stack.yaml file based on my-site.cabal
$ stack build
$ stack exec site build