hakyll/web/templates/tutorials.html

15 lines
361 B
HTML
Raw Normal View History

<h2>Tutorials about Hakyll</h2>
2010-01-02 19:47:52 +00:00
<p>
Here is a list of tutorials I've written about Hakyll:
2010-01-02 19:47:52 +00:00
</p>
<ul>
2010-01-28 14:26:20 +00:00
$body
2010-01-02 19:47:52 +00:00
</ul>
2010-03-31 12:31:46 +00:00
<p>
All these tutorials assume you are using the latest stable version of
Hakyll. If this is not the case, you might want to update using:
<pre><code>ghc-pkg unregister hakyll
cabal update
cabal install hakyll</code></pre>
</p>