We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb2aab commit a9754c2Copy full SHA for a9754c2
tutorials/1ch.md
@@ -26,9 +26,9 @@ and [GitHub](https://github.com).
26
27
Starting a new Cloud Haskell project using `stack` is as easy as
28
29
-```
+{% highlight shell %}
30
$ stack new
31
+{% endhighlight %}
32
33
in a fresh new directory. This will populate the directory with
34
a number of files, chiefly `stack.yaml` and `*.cabal` metadata files
0 commit comments