summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-31 14:31:46 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-31 14:31:46 +0200
commit1b8e2ec3167c79e87bf8beff15e72a30745eb367 (patch)
tree412dac21241c04eec2323d74577c5053ac2eb397
parent8a27b9af12e82549cd7f141495a4e5757398857c (diff)
downloadhakyll-1b8e2ec3167c79e87bf8beff15e72a30745eb367.tar.gz
Added update note on tutorials page.
-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>