summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hakyll/templates/tutorials.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hakyll/templates/tutorials.html b/examples/hakyll/templates/tutorials.html
index fb567c0..6cbb4ac 100644
--- a/examples/hakyll/templates/tutorials.html
+++ b/examples/hakyll/templates/tutorials.html
@@ -5,3 +5,10 @@
<ul>
$body
</ul>
+<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>