From 1b8e2ec3167c79e87bf8beff15e72a30745eb367 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 31 Mar 2010 14:31:46 +0200 Subject: Added update note on tutorials page. --- examples/hakyll/templates/tutorials.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples') 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 @@ +

+ 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: +

ghc-pkg unregister hakyll
+cabal update
+cabal install hakyll
+

-- cgit v1.2.3