diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-31 14:31:46 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-03-31 14:31:46 +0200 |
commit | 1b8e2ec3167c79e87bf8beff15e72a30745eb367 (patch) | |
tree | 412dac21241c04eec2323d74577c5053ac2eb397 /examples | |
parent | 8a27b9af12e82549cd7f141495a4e5757398857c (diff) | |
download | hakyll-1b8e2ec3167c79e87bf8beff15e72a30745eb367.tar.gz |
Added update note on tutorials page.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/templates/tutorials.html | 7 |
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> |