From 70ee447ff10b2ca46a28f8a5c8a250c48d91e46e Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Sat, 23 Jul 2016 12:14:31 +0200 Subject: 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. --- web/tutorials/01-installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index 20688e8..a82ea1d 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -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 -- cgit v1.2.3